Jeanne De ArcRuler
02/03/2022, 2:04 AMDatabase.connect("jdbc:sqlite:/data/data.db", "org.sqlite.JDBC")
does the exposed automatically created the file for you?Phil Richardson
02/03/2022, 4:55 PMorg.sqlite.JDBC
and the documentation for its options should be consulted there.
The general rule under most SQLite implementations, is if the DB file does not exist, it will be created.