|
3 | 3 |
|
4 | 4 | Your swiss knife SQL for Sublime Text.
|
5 | 5 |
|
6 |
| -Project website: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/) |
| 6 | +Write your SQL with smart completions and hady table and function definitions, execute SQL and explain queries, format your queries and save them in history. |
| 7 | + |
| 8 | +Project website: http://mtxr.github.io/SQLTools/ |
7 | 9 |
|
8 | 10 | ## Features
|
9 | 11 |
|
| 12 | +* Smart auto completions (for PostgreSQL, MySQL, Oracle, MSSQL, Vertica, Firebird) |
| 13 | +* Run SQL Queries (`CTRL+e, CTRL+e`) |
10 | 14 | * View table schemas (`CTRL+e, CTRL+d`)
|
11 |
| - |
12 | 15 | * View Queries history (`CTRL+e, CTRL+h`)
|
13 | 16 | * Show table records (`CTRL+e, CTRL+s`)
|
14 |
| - |
15 |
| -* Auto complete (for PostgreSQL & MySQL. Looking for help with other SGDBs) |
16 |
| -* Run SQL Queries (`CTRL+e, CTRL+e`) |
17 |
| - |
| 17 | +* Show explain plan for queries (PostgreSQL, MySQL, Oracle, Vertica, SQLite) (`CTRL+e, CTRL+x`) |
18 | 18 | * Formatting SQL Queries (`CTRL+e, CTRL+b`)
|
19 |
| - |
20 | 19 | * Threading Support (prevent ST lockups)
|
21 | 20 | * Query timeout (Kill thread if query takes too long)
|
22 |
| -* Unescape chars for languages (PHP \" is replace by ") |
| 21 | +* Unescape chars for languages (PHP \" is replaced by ") |
23 | 22 | * Save queries (`CTRL+e, CTRL+q`)
|
24 | 23 | * List and Run saved queries (`CTRL+e, CTRL+a`)
|
25 | 24 | * Remove saved queries (`CTRL+e, CTRL+r`)
|
26 | 25 |
|
27 | 26 | ## Configuration
|
28 | 27 |
|
29 |
| -Documentation: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/) |
| 28 | +Documentation: http://mtxr.github.io/SQLTools/ |
0 commit comments