Y
Hacker News
new
|
ask
|
show
|
jobs
by
data_ders
6 days ago
I think the advantage is simplicity. Why connect first to duckdb and attach the db when you can query it directly with ADBC which is guaranteed to be fast
1 comments
f311a
6 days ago
You don’t need to connect to duckdb, it’s just a process that you spawn.
link
co0lster
5 days ago
You spawn in memory instance of duckdb and connect to it.
link