-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to iterate the data #18
Comments
Hello, did you solve the problem? |
@SuiKaSan According to this document , the iterator function is needed to be defined in order to iterate over the dataset. It seems that the keyv-file did miss this part. |
+1 |
Created a pull request for this feature. Hoping for support to get iterators for keyv-file released. 😃 |
Tested the iterator here in a actual project and had to do a bugfix. #22
|
I tried by following code but return error:
Is that because the iterator function needs to be defined in keyv-file?
The text was updated successfully, but these errors were encountered: