Files
mariadb-connector-j/README.md
2025-06-18 10:43:35 +02:00

2.3 KiB

mariadb logo

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

CI Tests Maven Central License (LGPL version 2.1) codecov

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