We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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