You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
Your swiss knife SQL for Sublime Text.
7
7
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.
@@ -44,12 +46,6 @@ These fellows helped SQLTools become better than ever. Thank you so much!
44
46
* List and Run saved queries (`CTRL+e, CTRL+a`)
45
47
* Remove saved queries (`CTRL+e, CTRL+r`)
46
48
47
-
## Todo
48
-
49
-
Up coming features:
50
-
51
-
* Auto complete for Oracle, Vertica, Firebird and SQLite
52
-
53
49
## Installing
54
50
55
51
### Using Sublime Package Control
@@ -72,7 +68,7 @@ I strongly recomend you to use Package Control. It helps you to keep the package
72
68
73
69
### Using SQLTools with Mac OS X
74
70
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).
0 commit comments