vscode-sql-notebook
vscode-sql-notebook copied to clipboard
Open SQL files as VSCode Notebooks.
VS Code SQL Notebook
Open SQL files in the VS Code Notebook interface. Execute query blocks and view output interactively.

Features
- Open any
.sqlfile as a Notebook. - Execute query blocks in the Notebook UI and view output.
- Configure database connections in the SQL Notebook sidepanel.
- Supports MySQL, PostgreSQL, SQLite, and MSSQL (OracleDB support coming soon).
- (unstable) Built-in typed autocomplete with an embeded language server.
Usage
Open any .sql file with the Open With menu option. Then, select the SQL Notebook format. Configure database connections in the SQL Notebook sidepanel.


