seneca-knex-store

0.3.2 • Public • Published

seneca-knex

This library provides a structured way for you to build and execute sql queries using knex.js, in a seneca.js based application.

You want to use this library if :

  • You have relational data already.
  • It is complex enough to need a custom schema.
  • You have specific query requirements.
  • You need to write queries in a way to be extended by other actions.
  • It is not feasible to write raw sql for all queries.

You do not want to use this library if :

  • You are looking for an ORM.
  • You want sql queries to be generated for you.
  • You need a seneca entity store you can just plug in.

See example folder for more

/seneca-knex-store/

    Package Sidebar

    Install

    npm i seneca-knex-store

    Weekly Downloads

    0

    Version

    0.3.2

    License

    MIT

    Last publish

    Collaborators

    • adrianrossouw
    • cexmcote
    • robb.dempsey
    • seneca-bot