https://github.com/mariadb-corporation/mariadb-connector-j
MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is LGPL licensed.
https://github.com/mariadb-corporation/mariadb-connector-j
Last synced: 11 days ago
JSON representation
MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is LGPL licensed.
- Host: GitHub
- URL: https://github.com/mariadb-corporation/mariadb-connector-j
- Owner: mariadb-corporation
- License: lgpl-2.1
- Created: 2015-01-30T13:12:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T10:52:45.000Z (16 days ago)
- Last Synced: 2025-03-31T12:56:16.193Z (12 days ago)
- Language: Java
- Homepage:
- Size: 19.4 MB
- Stars: 343
- Watchers: 71
- Forks: 229
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mysql - MariaDB Connector/J - LGPL-licensed MariaDB Client Library for Java Applications. (Connectors)
README
# MariaDB java connector
MariaDB java connector is a JDBC 4.2 compatible driver, used to connect applications developed in Java to MariaDB and
MySQL databases. MariaDB Connector/J is distributed under the LGPL license version 2.1 or later (LGPL-2.1-or-later)Tracker link https://jira.mariadb.org/projects/CONJ/issues/
## Status
[](https://app.travis-ci.com/github/mariadb-corporation/mariadb-connector-j)
[](https://maven-badges.herokuapp.com/maven-central/org.mariadb.jdbc/mariadb-java-client)
[](http://opensource.org/licenses/LGPL-2.1)
[![codecov][codecov-image]][codecov-url]## Obtaining the driver
For java 8+ :
The driver (jar) can be downloaded from [mariadb connector download](https://mariadb.com/downloads/#connectors)
or maven :```script
org.mariadb.jdbc
mariadb-java-client
3.5.3```
Development snapshot are available on sonatype nexus repository
```script
sonatype-nexus-snapshots
Sonatype Nexus Snapshots
https://oss.sonatype.org/content/repositories/snapshots
org.mariadb.jdbc
mariadb-java-client
3.5.4-SNAPSHOT
```
## Documentation
For a Getting started guide, API docs, recipes, etc. see the
* [About MariaDB connector/J](https://mariadb.com/kb/en/about-mariadb-connector-j/)
* [Install driver](https://mariadb.com/kb/en/installing-mariadb-connectorj/)
* [Changelog](/CHANGELOG.md)
* [Failover and high-availability](https://mariadb.com/kb/en/failover-and-high-availability-with-mariadb-connector-j/)## Contributors
A big thanks to all contributors
[codecov-image]:https://codecov.io/gh/mariadb-corporation/mariadb-connector-j/branch/master/graph/badge.svg
[codecov-url]:https://codecov.io/gh/mariadb-corporation/mariadb-connector-j