Skip to content

feature request: iterate over more than 1 record #413

Open
@databasedav

Description

@databasedav

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions