Kapil Yadav
09/25/2023, 2:31 AMval driver: SqlDriver = JdbcSqliteDriver(JdbcSqliteDriver.IN_MEMORY)
That means it isn’t persistent and its only in memory ?
If these is another way please let me know.
ThanksPablichjenkov
09/25/2023, 2:39 AMval driver: SqlDriver = JdbcSqliteDriver("jdbc:sqlite: your_database_name.db")
It places the .db in the Application root directoryKapil Yadav
09/25/2023, 2:43 AMval driver: SqlDriver = JdbcSqliteDriver("jdbc:sqlite: SpendSense.db")
jw
09/25/2023, 2:53 AMPablichjenkov
09/25/2023, 2:53 AMjw
09/25/2023, 2:54 AMKapil Yadav
09/25/2023, 2:54 AMjw
09/25/2023, 2:55 AMKapil Yadav
09/25/2023, 2:55 AMjw
09/25/2023, 2:56 AMFile("whatever.db")
should work fineMichael Paus
09/25/2023, 6:55 AMPablichjenkov
09/25/2023, 1:12 PMDerek Ellis
09/25/2023, 1:25 PMJdbcSqliteDriver
function that accepts a schema as an argument and will handle the conditional migration for you (as of SQLDelight 2.0)