MARIADB
Implementation driver in gradle is:
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.4")
Content copied to clipboard
In the code after the "jdbc:mariadb://" part of the URL you can specify the host, port, and database name.
Implementation driver in gradle is:
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.4")
In the code after the "jdbc:mariadb://" part of the URL you can specify the host, port, and database name.