Some days ago I started this new project to save me time at work and home. This way SQLTools was born.
Features
- View table schemas (
CTRL+e, CTRL+d
) - View Queries history (
CTRL+e, CTRL+h
) - Show table records
- 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
)
Check out the project here:
http://mtxr.github.io/SQLTools