Skip to content

cmoog/vscode-sql-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ca9b19 · Mar 24, 2022

History

81 Commits
Mar 24, 2022
Jan 25, 2022
Dec 15, 2021
Mar 23, 2022
Mar 23, 2022
Mar 2, 2022
Mar 22, 2022
Dec 15, 2021
Mar 23, 2022
Mar 23, 2022
Mar 23, 2022
Mar 24, 2022
Aug 14, 2021
Mar 23, 2022
Mar 23, 2022
Mar 22, 2022
Mar 23, 2022
Mar 23, 2022
Mar 24, 2022

Repository files navigation

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, and MSSQL (OracleDB and SQLite 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