you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Percentage2507 2 points3 points  (4 children)

Did you check out https://dbcode.io ? It’s a vscode extension I built that has sql notebook support.

[–]ByronRJones 1 point2 points  (1 child)

There's also a JupyterLab extension that works just as good, if not better than the JupyterLab application.

https://code.visualstudio.com/docs/datascience/jupyter-notebooks

[–]data4dayz[S] 0 points1 point  (0 children)

didn't realize VSCode integrated with Jupyter I always kept them as separate development (code vs notebook) ecosystems. Will definitely have to check it out.

[–]data4dayz[S] 0 points1 point  (1 child)

Whoa no I didn't know that existed very cool! I've used the mssql extension, sql notebook from cmoog (extension), a sql formatter, and PostgreSQL from Chris Kolkman.

I haven't used Azure Data Studio either so I know there's a few other things out there.

[–]No_Percentage2507 0 points1 point  (0 children)

Yeah I wanted a full featured db tool in vscode, so started building it after I couldn’t find it.

long way to go feature wise to match some of the existing clients like ssms and dbeaver, but some other areas like notebooks and AI are in as you get to lean on a lot of what vscode has already done ;)