-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset database #27
Comments
|
This is tricky. ImmortalDB strives to remain agnostic of the underlying key:value storage For example, imagine you added a custom We need to thoughtfully consider whether key iteration should be a requirement What are your thoughts here? I'll ruminate on this. |
@gruns First off, I just discovered this library. It's quite clever, thanks for writing it!
What if you make a requirement for all stores to provide a Win/Win I think :) |
Quite reasonable. I rather like it. Throwing a In scenarios where the majority of stores don't implement Another interesting note: to implement |
For testing purposes, I need to reset the values set by ImmortalDB. Currently I am doing the following to achieve this, but it would be great if the library offered this functionality:
The text was updated successfully, but these errors were encountered: