I’ve just moved DBI.jl to JuliaDB, the organization that I’m hoping will house 
Julia’s emerging database packages.

In the interest of getting some eyes on the DBI library without breaking Jacob 
Quinn’s substantially more stable SQLite.jl package, I’ve created a new 
DBDSQLite.jl package that provides a basic implementation of DBI’s interface.

Right now you need to make a custom binary of SQLite3 to use DBDSQLite.jl. I’m 
hoping to automatically build/provide custom binaries in the future to work 
around this.

Links for the curious:

https://github.com/JuliaDB/DBI.jl
https://github.com/JuliaDB/DBDSQLite.jl

— John

Reply via email to