Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 981 Bytes

File metadata and controls

28 lines (21 loc) · 981 Bytes

SQLTools

===============

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/

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)

Configuration

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