repairDatabase

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

Repairs the database at the specified path using the provided options.

Parameters

path

The path to the database that needs to be repaired.

options

The options to configure the repair process.

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