uli
04/14/2025, 3:10 PMHristijan
04/14/2025, 3:41 PMuli
04/14/2025, 3:41 PMuli
04/14/2025, 3:45 PMreturn JdbcSqliteDriver(url = "jdbc:sqlite:${databasePath.absolutePath}").also { driver ->
Database.Schema.create(driver = driver)
}
uli
04/14/2025, 3:50 PM[SQLITE_ERROR] SQL error or missing database (table Xxxxx already exists)
which makes total sense. Why would i call create on an already existing DB?uli
04/14/2025, 4:06 PMuli
04/14/2025, 4:10 PM