JDBC driver for connecting to MariaDB and MySQL databases.
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.5.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to MariaDB using DataSource
Update JDBC URL prefix to jdbc:mariadb: and use new DataSource class.
No dependency data recorded yet.