Comment on Show HN: WhatTheDuck – open-source, in-browser SQL on CSV filesComments−boiler_up8002yIDE 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.−reportgunner2yI 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−chrisjc2yKeep an eye on this link. New support is being added every so often.https://github.com/davidgasquez/awesome-duckdb?tab=readme-ov...−pratik2272yYes we have added there as well the PR is merged−fastasucan2ySame here. You have Harlequin which is worth a try, but ideally I would just write and execute in vscode.
Comments
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.
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.