createSQLiteKSLDatabase

fun createSQLiteKSLDatabase(dbName: String, dbDirectory: Path = dbDir): Database

This method creates the database on disk and configures it to hold KSL simulation data.

Return

an empty embedded SQLite database configured to hold KSL simulation results

Parameters

dbName

the name of the database

dbDirectory

the directory containing the database. By default, KSL.dbDir.