Skip to content
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 through AsyncDb #47

Open
nuel77 opened this issue Aug 8, 2024 · 2 comments
Open

How to iterate through AsyncDb #47

nuel77 opened this issue Aug 8, 2024 · 2 comments

Comments

@nuel77
Copy link

nuel77 commented Aug 8, 2024

for the blocking version, there exists a method new_iter() which can be used to traverse the database, Is there anything similar in the AsyncDB couterpart?

@dermesser
Copy link
Owner

Not yet, but with a bit of work it should be feasible to implement. E.g. by using a handle to an iterator that you use in the client/server model.

@nuel77
Copy link
Author

nuel77 commented Aug 30, 2024

Can you elaborte a bitmore? I want to add this to my local fork, if everything works well i can open a pr here as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants