Hacker News new | ask | show | jobs
by hultner 402 days ago
Can you use that with for instance a postgres server? I thought it would only work with DuckDB (sqlite?) databases.
1 comments

Yes, DuckDB has a postgres extension which works via libpq.

Other extensions include but aren't limited to: MySQL, AWS, Azure, Excel, Iceberg, JSON

https://duckdb.org/docs/stable/extensions/postgres.html