Y
Hacker News
new
|
ask
|
show
|
jobs
by
klysm
1365 days ago
Does the inverse of this also exist?
2 comments
nlnn
1365 days ago
Unofficially maybe? There's a 3rd party duckdb_fdw plugin for postgres that allows querying DuckDB from Postgres:
https://github.com/alitrack/duckdb_fdw
link
1egg0myegg0
1365 days ago
You can use the DuckDB FDW (linked in the blog post) for this!
https://github.com/alitrack/duckdb_fdw
link