https://github.com/tableplus/sql-formatter
TablePlus plugin
https://github.com/tableplus/sql-formatter
javascript plugins tableplus
Last synced: 8 months ago
JSON representation
TablePlus plugin
- Host: GitHub
- URL: https://github.com/tableplus/sql-formatter
- Owner: TablePlus
- License: mit
- Created: 2018-07-09T16:13:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T17:36:04.000Z (10 months ago)
- Last Synced: 2025-05-04T09:47:33.404Z (8 months ago)
- Topics: javascript, plugins, tableplus
- Language: JavaScript
- Homepage: https://tableplus.com
- Size: 503 KB
- Stars: 28
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this
This is a TablePlus Plugin, install SQL Formatter you will have a menu `Format SQL` in main menu.

# Support
TablePlus build 115 and above.
# Install
### From release
Download [release](https://github.com/TablePlus/sql-formatter/releases), 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](https://github.com/TablePlus/sql-formatter/blob/master/LICENSE) for details.