/sql-formatter

TablePlus plugin

Primary LanguageJavaScriptMIT LicenseMIT

What is this

This is a TablePlus Plugin, install SQL Formatter you will have a menu Format SQL in main menu.

menu

Support

TablePlus build 115 and above.

Install

From release

Download release, unzip and double click on file plugin to install.

Build from source

git clone git@github.com:TablePlus/sql-formatter.git
cd sql-formatter/SQLFormatter.tableplusplugin
npm install
npm run build
open .

How to use

  1. Open a SQL Query.
  2. Select statement.
  3. Menu: Plugins -> Format SQL.

License

OpenURL is released under the MIT license. See LICENSE for details.