Skip to content
Justin Stayton edited this page Feb 25, 2020 · 1 revision

Various enhancement/utility projects related to Knex.js

  • knex-json-query
    • Build almost all kind of "where-conditions" using a JSON query protocol
  • QueryQL
    • Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string! Supports Knex out-of-the-box.