[][src]Module leveldb::database::management

Management functions, e.g. for destroying and reparing a database.

Functions

destroy

destroy a database. You shouldn't hold a handle on the database anywhere at that time.

repair

repair the database. The database should be closed at this moment.