@js-items/knex
v1.0.25
Published
Concrete implementation of js-items for knex.js
Downloads
8
Readme
knex
Knex.js implementation of js-items
There is a fantastic alternative to this project (and @js-items/knex is based on it): js-entity-repos/knex.
The main differences to the @js-entity-repos:
- different naming convention: using
item
instead ofentity
- cursor based pagination operates using
before
andafter
instead ofcursor
anddirection
Installation:
npm i @js-items/knex --save
Credits: