MYSQL

Implementation driver in gradle is:

implementation("com.mysql:mysql-connector-j:9.3.0")

In the code after the "jdbc:mysql://" part of the URL you can specify the host, port, and database name.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String