jdbc-mariadb

MariaDB Client Library (for Java Applications) is used to connect applications developed in Java to MariaDB and MySQL databases using the standard JDBC API.

See https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/

Usage

To make the driver accessible to JDBC and JRuby by running :

require 'jdbc/mariadb'
Jdbc::MariaDB.load_driver

Copyright (c) 2014-2015 The JRuby Team.

The MariaDB client library is LGPL licensed. see LICENSE.txt and https://www.gnu.org/licenses/lgpl.html