Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 8ea503c

Browse files
authored
Merge pull request #109 from mtxr/readme_review_v0_9
Update readme according to new functionality
2 parents fde9bfd + 279e53b commit 8ea503c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
Your swiss knife SQL for Sublime Text.
77

8+
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.
9+
810
Project website: [http://mtxr.github.io/SQLTools/](http://mtxr.github.io/SQLTools/)
911

1012
## Donate
@@ -26,14 +28,14 @@ These fellows helped SQLTools become better than ever. Thank you so much!
2628

2729
## Features
2830

31+
* Smart auto completions (for PostgreSQL, MySQL, Oracle, MSSQL, Vertica, Firebird)
32+
* Run SQL Queries (`CTRL+e, CTRL+e`)
33+
![Auto complete (PostgreSQL & MySQL) && Run SQL Queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true)
2934
* View table schemas (`CTRL+e, CTRL+d`)
3035
![View table schemas](https://github.com/mtxr/SQLTools/raw/images/table_description.gif?raw=true)
3136
* View Queries history (`CTRL+e, CTRL+h`)
3237
* Show table records (`CTRL+e, CTRL+s`)
3338
![Show table records](https://github.com/mtxr/SQLTools/raw/images/table_records.gif?raw=true)
34-
* Auto complete (for PostgreSQL & MySQL. Looking for help with other SGDBs)
35-
* Run SQL Queries (`CTRL+e, CTRL+e`)
36-
![Auto complete (PostgreSQL & MySQL) && Run SQL Queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true)
3739
* Show explain plan for queries (PostgreSQL, MySQL, Oracle, Vertica, SQLite) (`CTRL+e, CTRL+x`)
3840
* Formatting SQL Queries (`CTRL+e, CTRL+b`)
3941
![Formatting SQL Queries](https://github.com/mtxr/SQLTools/raw/images/format_sql.gif?raw=true)
@@ -44,12 +46,6 @@ These fellows helped SQLTools become better than ever. Thank you so much!
4446
* List and Run saved queries (`CTRL+e, CTRL+a`)
4547
* Remove saved queries (`CTRL+e, CTRL+r`)
4648

47-
## Todo
48-
49-
Up coming features:
50-
51-
* Auto complete for Oracle, Vertica, Firebird and SQLite
52-
5349
## Installing
5450

5551
### Using Sublime Package Control
@@ -72,7 +68,7 @@ I strongly recomend you to use Package Control. It helps you to keep the package
7268

7369
### Using SQLTools with Mac OS X
7470

75-
Sublime Text has its PATH set from launchctl, not by your shell. Binaries installed by packages such as homebrew, for instance `Postgresql`, cannot be found by Sublime Text and results in a null pointer exception thrown by `SQLTools`. Installing the package `Fix Mac Path` resolve this issue. This package can be downloaded [here](https://github.com/int3h/SublimeFixMacPath).
71+
Sublime Text has it's evironment variable `PATH` set from launchctl, not by your shell. Binaries installed by packages such as homebrew, for instance `psql` DB CLI for `PostgreSQL`, cannot be found by Sublime Text and results in error in Sublime Text console by `SQLTools`. Installing the package `Fix Mac Path` or setting the full path to your DB CLI binary in `SQLTools.sublime-settings` resolves this issue. Package can be downloaded via [PackageControl](https://packagecontrol.io/packages/Fix%20Mac%20Path) or [github](https://github.com/int3h/SublimeFixMacPath).
7672

7773
## Configuration
7874

0 commit comments

Comments
 (0)