Hacker News new | ask | show | jobs
by chatmasta 55 days ago
So we could use this with Postgres by putting DuckDB in front with its Postgres extension, pointing to the source data in PG?
1 comments

In principle, yes, that’s the idea! However I will say we have focused mainly on the grammar and using DuckDB for reading from local files for this alpha release, so I expect there may be some bugs around connecting to remote databases still to iron out!
Dunno, I expect if DuckDB works as advertised it might just work! That's the beauty of how they've separated the syntax parsing into frontend/backend from the rest of the engine.