resultsAsDatabase

fun resultsAsDatabase(dbName: String, dir: Path = KSL.dbDir, deleteIfExists: Boolean = true): DatabaseIfc

Returns the results as a database holding ScoreData, ValueData, and OverallValueData tables (tblScores, tblValues, tblOverall).

Parameters

dbName

the name of the database on the disk

dir

the directory to hold the database on the disk