Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 903 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 903 Bytes

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.

Tracker link https://mariadb.atlassian.net/projects/CONJ/issues/

Obtaining the driver

The driver (jar) can be downloaded from https://downloads.mariadb.org/client-java/

or maven :

<dependency>
	<groupId>org.mariadb.jdbc</groupId>
	<artifactId>mariadb-java-client</artifactId>
	<version>1.1.8</version>
</dependency>

Documentation

For a Getting started guide, API docs, recipes, etc. see the documentation page!