prisma-paginate
JSON →A pagination extension for Prisma ORM that adds a .paginate() method to Prisma client models. Current stable version is 6.0.0, compatible with Prisma >=7.0.0. Provides page/limit-based pagination with result metadata (totalPages, hasNextPage, hasPrevPage, count). Ships TypeScript types and supports ESM and CommonJS. Differentiator: simple API, no additional config required, works with any Prisma client instance.
Resources
packageprisma-paginate ↗