7 ms·
IDE support is definitely one area where DuckDB could be better. My current workflow is to edit SQL files in VS Code and then use ‘.read’ within the DuckDB CLI.
by boiler_up800 2y ago
IDE support is definitely one area where DuckDB could be better. My current workflow is to edit SQL files in VS Code and then use ‘.read’ within the DuckDB CLI.
- reportgunner 2y agoI don't use DuckDB but I use the community version of DBeaver for SQL - looks like it supports DuckDB too[0] [0] https://duckdb.org/docs/guides/sql_editors/dbeaver.html https://duckdb.org/docs/guides/sql_editors/dbeaver.html
- chrisjc 2y agoKeep an eye on this link. New support is being added every so often. https://github.com/davidgasquez/awesome-duckdb?tab=readme-ov-file#sql-clients-and-ide-that-support-duckdb https://github.com/davidgasquez/awesome-duckdb?tab=readme-ov...
- pratik227 2y agoYes we have added there as well the PR is merged
- fastasucan 2y agoSame here. You have Harlequin which is worth a try, but ideally I would just write and execute in vscode.