ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

SQLTools

by mtxr ST3

SQLTools for Sublime Text 3

Details

Installs

  • Total 63K
  • Win 40K
  • Mac 14K
  • Linux 9K
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12
Windows 1 8 9 5 6 4 8 9 10 7 8 4 4 4 8 4 11 6 1 4 9 7 5 7 6 3 3 13 11 12 10 7 4 3 8 8 6 11 13 5 3 7 3 11 6 9
Mac 0 6 3 7 0 2 3 4 4 2 4 0 1 5 3 5 4 1 1 3 4 1 5 2 8 0 4 2 3 4 3 3 2 0 3 3 5 4 2 2 1 4 2 4 3 1
Linux 0 2 1 4 1 0 1 0 1 3 1 0 0 0 1 3 1 2 1 2 3 1 3 3 1 0 0 1 0 0 1 3 1 1 1 2 3 1 2 2 1 2 2 0 0 0

Readme

Source
raw.​githubusercontent.​com

SQLTools

Looking for maintainers! I'm currently using VSCode as my editor, so I'm not actively maintaining this project anymore.

If you are interested in maintaining this project, contact me.

If you are interested in checking VSCode version, see https://github.com/mtxr/vscode-sqltools.

Join the chat at https://gitter.im/SQLTools/Lobby

Your swiss knife SQL for Sublime Text.

Write your SQL with smart completions and handy table and function definitions, execute SQL and explain queries, format your queries and save them in history.

Project website: https://code.mteixeira.dev/SublimeText-SQLTools/

If you are looking for VSCode version go to https://github.com/mtxr/vscode-sqltools.

Donate

SQLTools was developed with ♥ to save us time during our programming journey. But It also takes me time and efforts to develop SQLTools.

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.

PayPal donate button

Features

  • Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird and Snowflake
  • Smart completions (except SQLite)
  • Run SQL Queries   CTRL+e, CTRL+e
  • View table description   CTRL+e, CTRL+d
  • Show table records   CTRL+e, CTRL+s
  • Show explain plan for queries   CTRL+e, CTRL+x
  • Formatting SQL Queries   CTRL+e, CTRL+b
  • View Queries history   CTRL+e, CTRL+h
  • Save queries   CTRL+e, CTRL+q
  • List and Run saved queries   CTRL+e, CTRL+l
  • Remove saved queries   CTRL+e, CTRL+r
  • Threading support to prevent lockups
  • Query timeout (kill thread if query takes too long)

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.

  1. Press CTRL+SHIFT+p
  2. Type Install Package
  3. Find SQLTools
  4. Wait & Done!

Download Manually

I strongly recommend you to use Package Control. It helps you to keep the package updated with the last version.

  1. Download the latest released zip file here
  2. Unzip the files and rename the folder to SQLTools
  3. Find your Packages directory using the menu item Preferences -> Browse Packages...
  4. Copy the folder into your Sublime Text Packages directory

Using SQLTools with Mac OS X

Sublime Text has it's environment 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 or github.

Contributors

This project exists thanks to all the people who contribute.

Configuration

Documentation: https://code.mteixeira.dev/SublimeText-SQLTools/