mirror of
https://github.com/mariadb-corporation/mariadb-connector-j.git
synced 2025-07-20 18:33:35 +00:00
develop
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
Obtaining the driver
For java 8+ :
The driver (jar) can be downloaded from mariadb connector download or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.5.4</version>
</dependency>
Documentation
For a Getting started guide, API docs, recipes, etc. see the
Contributors
A big thanks to all contributors
Languages
Java
100%