egg-mysql-paginator

JSON →
library 1.0.1 ·javascript maintenance
verified Jun 5, 2026

MySQL paginator plugin for Egg.js framework (v1.0.1, last updated 2020). Adds a mysqlPaginator instance to the Egg application context, providing paginated MySQL queries with automatic total count, ordering, and pagination metadata. Key differentiator: seamless integration with egg-mysql, minimal configuration, supports both object-based where clauses and raw SQL strings. Ideal for Egg.js projects needing simple pagination without additional ORM or query builder complexity.