cursor-paging
v1.1.0
Published
To implement cursor based pagination
Readme
cursor-paging
cursor-paging is a transform stream that can be used to implement cursor based
pagination. It should be added to the pipeline so it can inspect each row and
calculate the cursors needed for the pagination.
Example Usage
Please look at example.js
Install
npm install -S cursor-pagingLicense
MIT

