OceanBase Client for Java is a JDBC 4.2 compatible driver, used to connect applications developed in Java to OceanBase Database Server.
OceanBase Client for Java is compatible with all OceanBase Database Server versions.
OceanBase Client for Java is developed based on Java 8, please confirm your Java version.
The driver (jar) can be downloaded from maven:
<dependency>
<groupId>com.oceanbase</groupId>
<artifactId>oceanbase-client</artifactId>
<version>2.4.13</version>
</dependency>
mvn clean package -DskipTests
For more information about this project, please refer to:
Distributed under the LGPL License. See LICENSE
for more information.
OceanBase Connector/J was ported from MariaDB Connector/J with some OceanBase protocol support and improvement. Thanks to the MariaDB for opening up such a great Database Connector implementation.