SQLITE
Implementation driver in gradle is:
implementation("org.xerial:sqlite-jdbc:3.50.2.0")
Content copied to clipboard
In the code after the "jdbc:sqlite:" part of the URL you can specify the path to the SQLite database .db file.
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.