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
Name |
Description |
path_str |
Filesystem path of the database to destroy. |
Created with MrDocs