deleteDatabase

open override fun deleteDatabase(pathToDb: Path)

This does not check if the database is shutdown. It simply removes the database from the file system. If it doesn't exist, then nothing happens.

Parameters

pathToDb

the path to the embedded database on disk