JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q36277F
  • License GPL-3.0

A simplistic wrapper for knex.js

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

discord npm version npm Maintainability Test Coverage Build Status

A simplistic wrapper for knex.js

Installation

  1. Install simple-knex: npm install simple-knex
  2. 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.