coletz
03/07/2019, 5:04 PMval driver: SqlDriver = JdbcSqliteDriver()
Database.Schema.create(driver)
but if you don't put a name inside the driver the db is "in memory" (or at least that's my conclusion). So using JdbcSqliteDriver("jdbc:sqlite:mydatabase.db")
will work and persist the db after app restart