https://github.com/oceanbase/obconnector-j
OceanBase Client for Java is a JDBC 4.2 compatible driver, used to connect applications developed in Java to OceanBase Database Server.
https://github.com/oceanbase/obconnector-j
Last synced: 6 months ago
JSON representation
OceanBase Client for Java is a JDBC 4.2 compatible driver, used to connect applications developed in Java to OceanBase Database Server.
- Host: GitHub
- URL: https://github.com/oceanbase/obconnector-j
- Owner: oceanbase
- License: lgpl-2.1
- Created: 2021-12-01T08:12:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T10:03:06.000Z (10 months ago)
- Last Synced: 2025-03-28T11:22:29.460Z (10 months ago)
- Language: Java
- Homepage:
- Size: 5.99 MB
- Stars: 28
- Watchers: 7
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OceanBase Client for Java
OceanBase Client for Java is a JDBC 4.2 compatible driver, used to connect applications developed in Java to OceanBase Database Server.
# Compatibility
## Server Compatibility
OceanBase Client for Java is compatible with all OceanBase Database Server versions.
## Java Compatibility
OceanBase Client for Java is developed based on Java 8, please confirm your Java version.
## Obtaining the driver
The driver (jar) can be downloaded from maven:
```script
com.oceanbase
oceanbase-client
2.4.14
```
## Building from source
```script
mvn clean package -DskipTests
```
## Documentation
For more information about this project, please refer to:
* [About OceanBase](https://www.oceanbase.com/)
* [OceanBase documents](https://www.oceanbase.com/docs)
## License
Distributed under the LGPL License. See `LICENSE` for more information.
## Acknowledgement
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.