5 ms·
Can you use that with for instance a postgres server? I thought it would only work with DuckDB (sqlite?) databases.
by hultner 1y ago
Can you use that with for instance a postgres server? I thought it would only work with DuckDB (sqlite?) databases.
- easygenes 1y agoYes, 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 https://duckdb.org/docs/stable/extensions/postgres.html