An open API service indexing awesome lists of open source software.

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

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.

![menu](https://github.com/TablePlus/sql-formatter/blob/master/Resource/demo.gif "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.