0.3.2 • Published 9 years ago

seneca-knex-store v0.3.2

Weekly downloads
36
License
MIT
Repository
-
Last release
9 years ago

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

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago