Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this seems weird? why do we need to reference the specific implementation vs cdbwrapperbase?
- Loading branch information
this seems weird? why do we need to reference the specific implementation vs cdbwrapperbase?
895c70e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both leveldb and mdbx have facilities for deleting all the files they made in a given db context/env, and we use those.
I suppose we could also use the path given at dbwrapperbase creation and then destroy everything in that path but this seems cleaner imo