SQLITE

Implementation driver in gradle is:

implementation("org.xerial:sqlite-jdbc:3.50.2.0")

In the code after the "jdbc:sqlite:" part of the URL you can specify the path to the SQLite database .db file.

Properties

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