Package Exports
- simple-knex
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simple-knex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
simple-knex
A simplistic wrapper for knex.js
Installation
- Install simple-knex:
npm install simple-knex - Install a DB Driver:
- simple-knex is tested with mysql and pg, mssql and sqlite testing to come
npm install mysql|pg
Talk to us!
The discord chat is the best place to communicate. We encourage using it for:
- Asking for help
- Asking if something is a bug
- Proposing ideas
- And anything else you can think of
Documentation
Documentation can be found here
Contributing
Before starting work you should hash it out with us over on discord to make sure it is not already being worked on by someone else.
Check out our guidelines here.