SQLTools
Your swiss knife SQL for Sublime Text.
Project website: http://mtxr.github.io/SQLTools/
Donate
SQLTools was developed with
SQLTools will save you (for sure) a lot of time and help you to increase your productivity so, I hope you can donate and help SQLTools to become more awesome than ever.
Features
- View table schemas (
CTRL+e, CTRL+d
) - View Queries history (
CTRL+e, CTRL+h
) - Show table records (
CTRL+e, CTRL+s
) - Auto complete (for PostgreSQL & MySQL. Looking for help with other SGDBs)
- Run SQL Queries (
CTRL+e, CTRL+e
) - Formatting SQL Queries (
CTRL+e, CTRL+b
) - Threading Support (prevent ST lockups)
- Query timeout (Kill thread if query takes too long)
- Unescape chars for languages (PHP " is replace by ")
- Save queries (
CTRL+e, CTRL+q
) - List and Run saved queries (
CTRL+e, CTRL+a
) - Remove saved queries (
CTRL+e, CTRL+r
)
Todo
Up coming features:
- Auto complete for Oracle, Vertica, Firebird and SQLite
Installing
Using Sublime Package Control
If you are using Sublime Package Control, you can easily install SQLTools via the Package Control: Install Package
menu item.
- Press
CTRL+SHIFT+p
- Type "Install Package"
- Find SQLTools
- Wait & Done!
Download Manually
I strongly recomend you to use Package Control. It helps you to keep the package updated with the last version.
- Download the files zip file here
- Unzip the files and rename the folder to
SQLTools
- Find your
Packages
directory using the menu itemPreferences -> Browse Packages...
- Copy the folder into your Sublime Text
Packages
directory
Configuration
Documentation: http://mtxr.github.io/SQLTools/