Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Gemini/DBAccess/SupportedDrivers

WARNING - EARLY DRAFT:

Supported Database Platforms

Supported DB Platforms
JDBC driver JDBC driver bundle Compatible driver version Included Comment
Derby org.apache.derby_<version>.jar 10.8.2.2 yes Delivered with DBAccess, see 1)
MySQL Connector/J mysql-connector-java-<version>-bin.jar 5.1.x no
H2 h2-<version>.jar 1.3.x no
HSQLDB hsqldb.jar 2.x no

Comments

  1. To use versions of Derby other than 10.8.2.2 you may need to replace the derby.jar and derbyclient.jar driver jars inside the org.apache.derby bundle with the version that you require.


Back to the top