destroyDatabase

expect fun destroyDatabase(path: String, options: LevelDBOptions = LevelDBOptions.DEFAULT)

Destroys the database located at the specified path using the provided options.

Parameters

path

The filesystem path to the database to be destroyed.

options

The options for configuring the database destruction process.

actual fun destroyDatabase(path: String, options: LevelDBOptions)
actual fun destroyDatabase(path: String, options: LevelDBOptions)