Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ibotty
on Jan 29, 2024
|
parent
|
context
|
favorite
| on:
Multi-database support in DuckDB
This can be done using duckdb_fdw. It needs one additional copy though.
You insert into the duckdb table and then export from duckdb using duckdb_execute.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You insert into the duckdb table and then export from duckdb using duckdb_execute.