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/about-the-mariadb-java-client/
To make the driver accessible to JDBC and JRuby by running :
require 'jdbc/mariadb'
Jdbc::MariaDB.load_driver
Copyright (c) 2014 The JRuby Team.
The MariaDB client library is LGPL licensed. see LICENSE.txt and https://www.gnu.org/licenses/lgpl.html