deleteDatabase

open override fun deleteDatabase(pathToDb: Path)

Deletes a SQLite database Strategy:

  • simply deletes the file at the end of the path

  • it may or not be a valid SQLiteDatabase

Parameters

pathToDb

the path to the database file, must not be null