We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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