deleteDatabase

open override fun deleteDatabase(pathToDb: Path)

Deletes a DuckDb database Strategy:

  • simply deletes the file at the end of the path

  • it may or not be a valid DuckDb database

Parameters

pathToDb

the path to the database file, must not be null