Hacker News new | ask | show | jobs
by eyeball 1692 days ago
Can I connect to Duckdb with a sql ide? E.g. dbeaver?
1 comments

Yes! DuckDB (not WASM DuckDB) has a JDBC connector that works with DBeaver.
thank you