This repository was archived by the owner on Mar 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +47
-1
lines changed Expand file tree Collapse file tree 3 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 11{
2-
2+ "install" : " messages/install.md" ,
3+ "1.0.6" : " messages/v1.0.6.md"
34}
Original file line number Diff line number Diff line change 1+ # SQLTools
2+ ===============
3+
4+ Your swiss knife SQL for Sublime Text.
5+
6+ Project website: [ http://mtxr.github.io/SQLTools/ ] ( http://mtxr.github.io/SQLTools/ )
7+
8+ ## Features
9+
10+ * View table schemas (` CTRL+e, CTRL+d ` )
11+ ![ View table schemas] ( https://github.com/mtxr/SQLTools/raw/images/table_description.gif?raw=true )
12+ * View Queries history (` CTRL+e, CTRL+h ` )
13+ * Show table records (` CTRL+e, CTRL+s ` )
14+ ![ Show table records] ( https://github.com/mtxr/SQLTools/raw/images/table_records.gif?raw=true )
15+ * Auto complete (for PostgreSQL & MySQL. Looking for help with other SGDBs)
16+ * Run SQL Queries (` CTRL+e, CTRL+e ` )
17+ ![ Auto complete (PostgreSQL & MySQL) && Run SQL Queries] ( https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true )
18+ * Formatting SQL Queries (` CTRL+e, CTRL+b ` )
19+ ![ Formatting SQL Queries] ( https://github.com/mtxr/SQLTools/raw/images/format_sql.gif?raw=true )
20+ * Threading Support (prevent ST lockups)
21+ * Query timeout (Kill thread if query takes too long)
22+ * Unescape chars for languages (PHP \" is replace by ")
23+ * Save queries (` CTRL+e, CTRL+q ` )
24+ * List and Run saved queries (` CTRL+e, CTRL+a ` )
25+ * Remove saved queries (` CTRL+e, CTRL+r ` )
26+
27+ ## Configuration
28+
29+ Documentation: [ http://mtxr.github.io/SQLTools/ ] ( http://mtxr.github.io/SQLTools/ )
Original file line number Diff line number Diff line change 1+ # SQLTools
2+ ===============
3+
4+ Your swiss knife SQL for Sublime Text.
5+
6+
7+ ## v0.1.6 Changelog
8+
9+ ### Improvements
10+ * History sorted reversed (newer queries first)
11+ * Some package improvements (auto reload)
12+
13+ ### Fixes
14+
15+ * Issue #5 - Command window is now hidden
16+ * Issue #9 - Fixed buildArgs
You can’t perform that action at this time.
0 commit comments