Hacker News new | ask | show | jobs
by boiler_up800 814 days 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.
3 comments

I 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

Keep an eye on this link. New support is being added every so often.

https://github.com/davidgasquez/awesome-duckdb?tab=readme-ov...

Yes we have added there as well the PR is merged
Same here. You have Harlequin which is worth a try, but ideally I would just write and execute in vscode.