Remix.run Logo
chatmasta 5 hours ago

So we could use this with Postgres by putting DuckDB in front with its Postgres extension, pointing to the source data in PG?

georgestagg 4 hours ago | parent [-]

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!

chatmasta 44 minutes ago | parent [-]

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.