Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document which packages implement DBI #7

Closed
cgoldammer opened this issue Apr 5, 2015 · 4 comments
Closed

Document which packages implement DBI #7

cgoldammer opened this issue Apr 5, 2015 · 4 comments

Comments

@cgoldammer
Copy link

It'd be great if the beginning of the documentation would provide a list of the packages that implement the interface/API of DBI.jl. I'm pretty sure that includes: SQLite.jl and MySQL.jl but I'm not sure about others.

I'm planning to mention this in my added documentation for DataFrames, where I want to include, in the IO section, how to obtain a DataFrame from a database.

@cgoldammer cgoldammer changed the title Document which packages DBI Document which packages implement DBI Apr 5, 2015
@iamed2
Copy link
Contributor

iamed2 commented Apr 5, 2015

It includes MySQL.jl and PostgreSQL.jl, but not SQLite.jl. I think @johnmyleswhite was working on https://github.com/JuliaDB/DBDSQLite.jl but I'm not sure what the status of that package is. I believe those are the only ones. I'll update if jmw can say something about the status of his SQLite package.

@johnmyleswhite
Copy link
Contributor

My SQLite package isn't likely to be updated for a very long time to come. And the MySQL package I started working on isn't finished.

Other than @iamed2's PostgreSQL, I think a lot more work is needed to make DBI a reality for Julia. Most of the work done on database hasn't been done with an eye towards cross-database compatibility.

@iamed2
Copy link
Contributor

iamed2 commented Apr 9, 2015

Stay tuned for a reboot from me any day now :-)
On 9 Apr 2015 10:47, "John Myles White" notifications@github.com wrote:

My SQLite package isn't likely to be updated for a very long time to come.
And the MySQL package I started working on isn't finished.

Other than @iamed2 https://github.com/iamed2's PostgreSQL, I think a
lot more work is needed to make DBI a reality for Julia. Most of the work
done on database hasn't been done with an eye towards cross-database
compatibility.


Reply to this email directly or view it on GitHub
#7 (comment).

@quinnj
Copy link
Member

quinnj commented Mar 3, 2021

On the README, we now include a link to the JuliaHub page where you can see all direct dependents (3d84a7d)

@quinnj quinnj closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants