You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a purge command (or something like that) that would totally wipe the specified leveldb database.
We could add that operation to database.ts. I imagine it might also be nice to have for some of our unit tests, etc..
The text was updated successfully, but these errors were encountered:
Here we can use db.clear() but it takes a lot of time and having empty database is not a valid state for ingest.
The other option is to just remove the directory.
Add a purge command (or something like that) that would totally wipe the specified leveldb database.
We could add that operation to database.ts. I imagine it might also be nice to have for some of our unit tests, etc..
The text was updated successfully, but these errors were encountered: