Supported JDBC drivers
Name | JDBC class | Notes |
---|---|---|
PostgreSQL |
org.postgresql.Driver |
Download the latest JDBC 4.2 driver from
https://jdbc.postgresql.org/download.html and copy the
|
MySQL |
com.mysql.jdbc.Driver |
Download the latest GA release from
https://dev.mysql.com/downloads/connector/j/, extract it, then copy
When writing the JDBC connection string, set the |
Oracle 12c+ |
oracle.jdbc.OracleDriver |
Download the latest |
Spark SQL 2.2+ |
com.simba.spark.jdbc41.Driver |
The Magnitude JDBC driver for Spark can be purchased at
https://www.simba.com/product/spark-drivers-with-sql-connector/; once
downloaded, extract the bundle, then extract the JDBC 4.1 archive and copy the
following jars to the In addition, copy your license file to the |
Neo4j |
org.neo4j.jdbc.http.HttpDriver |
Download the driver from https://mvnrepository.com/artifact/org.neo4j/neo4j-jdbc-driver/3.4.0 and copy the jar to the |