Enable database support in :engine
This commit is contained in:
@@ -11,8 +11,6 @@ class DataSource(dbFile: File) {
|
||||
|
||||
init {
|
||||
config.jdbcUrl = "jdbc:h2:file:${dbFile.absolutePath.replace("\\", "/")}"
|
||||
config.username = "root"
|
||||
config.password = ""
|
||||
source = HikariDataSource(config)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user