Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 029abae

Browse files
committed
Messages
1 parent 41a2394 commit 029abae

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
2+
"install": "messages/install.md",
3+
"1.0.6": "messages/v1.0.6.md"
34
}

messages/install.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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/)

messages/v0.1.6.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)