mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.44k stars 291 forks source link

Is anyone working on a SQLTools DuckDB driver as of yet? #1018

Closed aaronsteers closed 1 year ago

aaronsteers commented 1 year ago

We have a use case where it would be awesome to integrate DuckDB into SQLTools and VS Code.

Mirror posted on the DuckDB Issue tracker:

RandomFractals commented 1 year ago

I started working on it last week. Here is a brief demo so far using replica of SQLite chinook.db demo file:

duckdb-sql-tools-2

I'll be posting more updates on that vscode IDE extension/duckdb driver on twitter: https://twitter.com/TarasNovak/status/1614629029642133504

RandomFractals commented 1 year ago

Preview version of DuckDB Sql Tools VSCode extension is now available in marketplace:

https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.duckdb-sql-tools

aaronsteers commented 1 year ago

@RandomFractals - Amazing! 😍 Thanks!