createDatabase

open override fun createDatabase(dbName: String, dbDir: Path): Database

If the database already exists it is deleted

Return

the created database

Parameters

dbName

the name of the DuckDb database. Must not be null

dbDir

a path to the directory to hold the database. Must not be null