JDBC
Last updated
Was this helpful?
Last updated
Was this helpful?
Zingg can connect to various databases such as MySQL, DB2, MariaDB, MS SQL, Oracle, PostgreSQL, etc. using JDBC. One just needs to download the appropriate driver and made it accessible to the application.
To include the JDBC driver for your particular database on the Spark classpath, please add the property spark.jars in
Connection details are given in the following sections for a few common JDBC sources.