vscode-sql-notebook icon indicating copy to clipboard operation
vscode-sql-notebook copied to clipboard

Open SQL files as VSCode Notebooks.

VS Code SQL Notebook

Visual Studio Marketplace Installs GitHub Release

Open SQL files in the VS Code Notebook interface. Execute query blocks and view output interactively.

Screen Shot 2021-12-30 at 1 34 19 PM

Features

  • Open any .sql file 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.

Screen Shot 2021-12-30 at 1 30 29 PM

Screen Shot 2021-12-30 at 1 30 39 PM

Screen Shot 2021-12-30 at 1 34 32 PM