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

You don’t need to connect to duckdb, it’s just a process that you spawn.
You spawn in memory instance of duckdb and connect to it.