Skip to content

[Feature Request] Cursor based PaginationΒ #535

@Wulfheart

Description

@Wulfheart

E.g. like in Laravel: https://laravel.com/docs/8.x/pagination#cursor-pagination

This would allow pagination in environments where the values are changing quickly. I think one of the maintainers is familiar with Laravel. Therefore I would like to use this issue as a brain dump right now and will elaborate further if anyone has any questions.

Normal Pagination:
SELECT * FROM xxx OFFSET 10 LIMIT 10

Cursor Pagination:
SELECT * FRO xxx WHERE xy > 10 LIMIT 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions