-
-
Notifications
You must be signed in to change notification settings - Fork 519
Open
Description
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
ahmad-moussawi
Metadata
Metadata
Assignees
Labels
No labels