Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork364
Database management for VSCode
License
mtxr/vscode-sqltools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Welcome to Database Management done right.SQLTools provides connections to many of the most commonly used databases, making it easier to work with your data. With this tool, developers will save (a lot of) time, increase productivity and feel like a database hero ✌️
SQLTools is an open-source project maintained byMatheus Teixeira andGeorge James Software, alongside contributions from our brilliant community of users.
If you like using this tool pleaseleave us a review.
Connects to MySQL, PostgreSQL, SQL Server and many more...
- Beautifier and formatter for SQL code
- Query runner, history and bookmarks
- Connection explorer
- Generator for INSERT queries
- Pluggable driver architecture
Find out more in the documentationhere.
SQLTools is a set of VS Code extensions that connect to, query, and display results from a SQL database manager.(Supported databases are listed below.)
The installation process is straightforward:
- Open VS Code
- Click the Extensions view (in the left bar), then search for
@tag:sqltools-driver.This lists all the drivers available for SQLTools. - Install the driver for your database. This also installs the core SQLTools extension.
- Click the SQLTools icon (in the left bar)
- Create aconnection to your database. To do this, hover overCONNECTIONS in the SQLTools pane. Click the "Add New Connection" icon and choose the driver and enter the connection parameters.
You can then open and query it from within VS Code.
To use SQLTools you will also need to install the appropriate driver extension for your database.
If the driver you want is not available, you can use our handynew drivers guide to write it yourself (and help our community in the process) or submit feedback viaGitHub.
If you need a driver sooner, get in touch with the maintainers directly – we might be able to help you out.
Psst… we’re always on the lookout for maintainers for the official drivers, so let us know if this is something you’re interested in!
Official Drivers
| Driver | Marketplace | Package | |
|---|---|---|---|
| CockroachDB | Link | packages/driver.pg | |
| MariaDB | Link | packages/driver.mysql | |
| SQL Server | Link | packages/driver.mssql | |
| MySQL | Link | packages/driver.mysql | |
| TiDB | Link | packages/driver.mysql | |
| PostgreSQL | Link | packages/driver.pg | |
| SQLite | Link | packages/driver.sqlite |
Community Drivers:
Related Tools
| Name | Download | Repository | |
|---|---|---|---|
![]() | Markdown SQL Pro Tools | Sign up | RandomFractals/pro-data-tools#markdown-sql-pro-tools |
![]() | PRQL Pro Tools | Sign up | RandomFractals/pro-data-tools#prql-pro-tools |
We are grateful to ourcontributors for helping with this project ❤️ If you would like to join them you’ll find everything you need to know about contributinghere.
See the changeloghere.
Our aim is to build a tool that is genuinely helpful for developers. Therefore we welcome any feedback or additional feature requests – please submit them through theGitHub Issue system.
If you need help sooner, get in touch with the maintainers directly – we might be able to help you out.
George James Software has been providing innovative software solutions for over 35 years. We pride ourselves on the quality and maintainability of our code and we have built a number of tools to help developers achieve the same with their work. These are available as VS Code extensionshere.
We also help other developers to build their own extensions. If there is a tool you need building please get in touch with us atinfo@georgejames.com.
About
Database management for VSCode
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.






