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
iteminstead ofentity - cursor based pagination operates using
beforeandafterinstead ofcursoranddirection
npm i @js-items/knex --save
Credits: