We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
something like this
async for rows in database.iterate(query, values, n=10): rows
where rows would have 10 rows until there is <10 to be returned and it would simply return the rest
rows
The text was updated successfully, but these errors were encountered:
I think that a proper way to do that is to use something like https://aioitertools.omnilib.dev/en/stable/api.html#aioitertools.itertools.islice
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
something like this
where
rows
would have 10 rows until there is <10 to be returned and it would simply return the restThe text was updated successfully, but these errors were encountered: