Skip to content

AdrianRossouw/seneca-knex-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a non-traditional seneca entity store that expects you to write your own queries.

Resources

Stars

Watchers

Forks

Packages

No packages published