Skip to content

js-items/knex

Repository files navigation

knex

CircleCI codecov GitHub tag (latest SemVer) jscpd Known Vulnerabilities

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 of entity
  • cursor based pagination operates using before and after instead of cursor and direction

Installation:

npm i @js-items/knex --save

Credits: