{"id":13857152,"url":"https://github.com/mtxr/SublimeText-SQLTools","last_synced_at":"2025-07-13T20:30:55.548Z","repository":{"id":66084429,"uuid":"52217515","full_name":"mtxr/SublimeText-SQLTools","owner":"mtxr","description":"SQLTools for Sublime Text 3","archived":true,"fork":false,"pushed_at":"2020-03-12T02:03:58.000Z","size":2406,"stargazers_count":177,"open_issues_count":11,"forks_count":40,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-06T03:03:19.754Z","etag":null,"topics":["database-management","sql","sql-query","sqltools","vscode","vscode-extension","vscode-plugin"],"latest_commit_sha":null,"homepage":"https://code.mteixeira.dev/SublimeText-SQLTools/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtxr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-02-21T17:08:43.000Z","updated_at":"2024-05-23T20:12:11.000Z","dependencies_parsed_at":"2023-04-05T17:50:39.355Z","dependency_job_id":null,"html_url":"https://github.com/mtxr/SublimeText-SQLTools","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtxr%2FSublimeText-SQLTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtxr%2FSublimeText-SQLTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtxr%2FSublimeText-SQLTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtxr%2FSublimeText-SQLTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtxr","download_url":"https://codeload.github.com/mtxr/SublimeText-SQLTools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225912612,"owners_count":17544218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database-management","sql","sql-query","sqltools","vscode","vscode-extension","vscode-plugin"],"created_at":"2024-08-05T03:01:27.977Z","updated_at":"2024-11-22T14:32:11.499Z","avatar_url":"https://github.com/mtxr.png","language":"Python","readme":"![SQLTools](https://github.com/mtxr/SQLTools/raw/images/icon.png?raw=true) SQLTools\n===============\n\n\u003e Looking for maintainers! I'm currently using VSCode as my editor, so I'm not actively maintaining this project anymore.\n\u003e\n\u003e If you are interested in maintaining this project, contact me.\n\u003e\n\u003e If you are interested in checking VSCode version, see [https://github.com/mtxr/vscode-sqltools](https://github.com/mtxr/vscode-sqltools).\n\n\n[![Join the chat at https://gitter.im/SQLTools/Lobby](https://badges.gitter.im/SQLTools/Lobby.svg)](https://gitter.im/SQLTools/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nYour swiss knife SQL for Sublime Text.\n\nWrite your SQL with smart completions and handy table and function definitions, execute SQL and explain queries, format your queries and save them in history.\n\nProject website: [https://code.mteixeira.dev/SublimeText-SQLTools/](https://code.mteixeira.dev/SublimeText-SQLTools/)\n\n\u003e If you are looking for VSCode version go to [https://github.com/mtxr/vscode-sqltools](https://github.com/mtxr/vscode-sqltools).\n\n## Donate\n\nSQLTools was developed with ♥ to save us time during our programming journey. But It also takes me time and efforts to develop SQLTools.\n\nSQLTools 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.\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=RSMB6DGK238V8\" title=\"Donate to this project using Paypal\"\u003e\u003cimg src=\"https://img.shields.io/badge/paypal-donate-yellow.svg\" alt=\"PayPal donate button\" /\u003e\u003c/a\u003e\n\n## Features\n\n* Works with PostgreSQL, MySQL, Oracle, MSSQL, SQLite, Vertica, Firebird and Snowflake\n* Smart completions (except SQLite)\n* Run SQL Queries \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+e\u003c/kbd\u003e\n![Auto complete and run SQL queries](https://github.com/mtxr/SQLTools/raw/images/execute_auto_complete.gif?raw=true)\n* View table description \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+d\u003c/kbd\u003e\n![View table schemas](https://github.com/mtxr/SQLTools/raw/images/table_description.gif?raw=true)\n* Show table records \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+s\u003c/kbd\u003e\n![Show table records](https://github.com/mtxr/SQLTools/raw/images/table_records.gif?raw=true)\n* Show explain plan for queries \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+x\u003c/kbd\u003e\n* Formatting SQL Queries \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+b\u003c/kbd\u003e\n![Formatting SQL Queries](https://github.com/mtxr/SQLTools/raw/images/format_sql.gif?raw=true)\n* View Queries history \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+h\u003c/kbd\u003e\n* Save queries \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+q\u003c/kbd\u003e\n* List and Run saved queries \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+l\u003c/kbd\u003e\n* Remove saved queries \u0026nbsp; \u003ckbd\u003eCTRL+e\u003c/kbd\u003e, \u003ckbd\u003eCTRL+r\u003c/kbd\u003e\n* Threading support to prevent lockups\n* Query timeout (kill thread if query takes too long)\n\n## Installing\n\n### Using Sublime Package Control\n\nIf you are using [Sublime Package Control](https://packagecontrol.io/packages/SQLTools), you can easily install SQLTools via the `Package Control: Install Package` menu item.\n\n1. Press \u003ckbd\u003eCTRL+SHIFT+p\u003c/kbd\u003e\n2. Type *`Install Package`*\n3. Find *`SQLTools`*\n4. Wait \u0026 Done!\n\n### Download Manually\n\nI strongly recommend you to use Package Control. It helps you to keep the package updated with the last version.\n\n1. Download the latest released zip file [here](https://github.com/mtxr/SublimeText-SQLTools/releases/latest)\n2. Unzip the files and rename the folder to `SQLTools`\n3. Find your `Packages` directory using the menu item  `Preferences -\u003e Browse Packages...`\n4. Copy the folder into your Sublime Text `Packages` directory\n\n### Using SQLTools with Mac OS X\n\nSublime 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](https://packagecontrol.io/packages/Fix%20Mac%20Path) or [github](https://github.com/int3h/SublimeFixMacPath).\n\n## Contributors\n\nThis project exists thanks to all the people who [contribute](https://github.com/mtxr/SublimeText-SQLTools/graphs/contributors).\n\n\n## Configuration \n\nDocumentation: [https://code.mteixeira.dev/SublimeText-SQLTools/](https://code.mteixeira.dev/SublimeText-SQLTools/)\n\n\n\n\n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=RSMB6DGK238V8"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtxr%2FSublimeText-SQLTools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtxr%2FSublimeText-SQLTools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtxr%2FSublimeText-SQLTools/lists"}