Use various database systems from theJulia programming language
The Julia Programming Language supports all the common databases through its ODBC.jl and JDBC.jl packages, with native drivers for MySQL, Postgres, and SQLite. Join the discussion onDiscourse or the #data channel on theJulia slack.
Feature | PostgreSQL | MySQL | ODBC | JDBC | Mongo |
---|---|---|---|---|---|
Prepared Statements | yes | yes | no | yes | N/A |
Multi-queries | no | yes | no | yes | N/A |
Binary JSON | yes | no | no | no | yes |
Tested DBs | PostgreSQL | MySQL | Microsoft Access, Oracle, PostgreSQL, MySQL, Microsoft SQL Server (not for CE edition), Sybase ASE, and DB2 | MySQL, HBase, Java DB, Oracle, PostgreSQL, DB2, H2, Microsoft SQL Server, NuoDB, SQLite, Sybase ASE, Vertica | MongoDB |