Package scriptella.driver.mariadb
package scriptella.driver.mariadb
MariaDB Connector/J adapter for Scriptella. Use the
mariadb alias with canonical
jdbc:mariadb: URLs.
See Overview of JDBC package for a description of common features and connection properties.
See the core database compatibility matrix for the current validation target and status.
General information
| Driver class: | scriptella.driver.mariadb.Driver |
| JDBC driver class: | org.mariadb.jdbc.Driver |
| URL: | jdbc:mariadb://host:3306/database |
| Runtime dependencies: | MariaDB Connector/J
(mariadb-java-client-VERSION.jar), supplied through the connection classpath. |
Examples
<connection driver="mariadb" url="jdbc:mariadb://localhost:3306/test"
user="username" password="password" classpath="mariadb-java-client.jar">
</connection>
-
Classes