orm-paging

JSON →
library 0.0.1 ·javascript abandoned
verified Jun 4, 2026

Pagination plugin for the ORM2 Node.js library. Current stable version is 0.0.1, with no active development since initial release. Provides `.pages()` and `.page()` chainable methods to compute total pages and retrieve specific pages directly from a model. Configured via `Model.settings.set('pagination.perpage', n)`. Depends on ORM (orm) package. Minimal API surface; no pagination metadata returned, only raw records.