| CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Tue, 04 May 2021 18:52:28 GMT
access-control-allow-origin: *
etag: W/"609197ec-da8"
expires: Mon, 29 Dec 2025 09:03:18 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: F168:2DDCFF:88C448:99A169:6952417D
accept-ranges: bytes
age: 0
date: Mon, 29 Dec 2025 08:53:18 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210050-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1766998398.962022,VS0,VE209
vary: Accept-Encoding
x-fastly-request-id: c04f79da36f9e510596695168493f8512458564e
content-length: 1202
Julia Databases
Julia Database Interfaces
Use various database systems from the Julia 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 on Discourse or the #data channel on the Julia slack.
Feature List
| 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 |
Performance