DuckDB.jl
DuckDB.jl copied to clipboard
Implement DBInterface.jl?
Not familiar with the library, but it looks like DB packages like SQLite.jl
are moving toward implementing a common DBInterface
API, might be helpful here as well. https://github.com/JuliaDatabases/DBInterface.jl
I have noticed that too. DBInterface should also support columnwise insert for example to DataFrame to get the best out from the column oriented database.
What is the development status of this ?
@mytherin Could you tell us what is the status at the moment? 😉
The DBInterface is almost completely working right now in my branch, see e.g. the tests. We are in the process of taking over development of the Julia package and moving it to the official DuckDB repository. Expect a lot more features and development on the Julia driver soon from our side!
very nice, very Expect !!