kysely-paginate
kysely-paginate copied to clipboard
Pagination helpers for use with kysely
Just wanna reach out and see what the status of the development. We are planning on using Kysely and in need of pagination capability.
I've noticed that `id` isn't working as a tiebreaker for duplicate `updatedAt` values using the following code: I know that my `id`s are all unique and I also know that...
I was just wondering if you could provide some information on how you might deal with sorting by some derived column which doesn't actually exist in the database e.g. sort...
Hey, Charlie, thanks for creating these great helper functions! 🙏 I'm using the `executeWithCursorPagination` but can't find how I can initiate the next batch of results. I see there is...
Hi! I've started looking into this library and I'm impressed so far - nice work! Super cool and easy to use with Kysely. I'm looking into replacing my own custom...