DuckDB.jl icon indicating copy to clipboard operation
DuckDB.jl copied to clipboard

Implement DBInterface.jl?

Open jeremiahpslewis opened this issue 3 years ago • 5 comments

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

jeremiahpslewis avatar Oct 30 '21 09:10 jeremiahpslewis

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.

kimmolinna avatar Oct 30 '21 20:10 kimmolinna

What is the development status of this ?

zsz00 avatar Mar 08 '22 16:03 zsz00

@mytherin Could you tell us what is the status at the moment? 😉

kimmolinna avatar Mar 08 '22 17:03 kimmolinna

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!

Mytherin avatar Mar 08 '22 17:03 Mytherin

very nice, very Expect !!

zsz00 avatar Mar 08 '22 17:03 zsz00