DestroyDB

Destroys the LevelDB database stored at the given path.

Synopsis

Declared in <dbwrapper.h>

bool
DestroyDB(std::string const& path_str);

Return Value

True if the database was successfully destroyed.

Parameters

NameDescription
path_strFilesystem path of the database to destroy.