A package to use knex configurably with a {Quture} based application.
The package exports a class that can be instantiated to connect to a configurable database. Documentation can be found here.
'use strict';
const qutureApp = require('./my/quture/app');
const QutureDatabase = require('quture-database');
// QutureDatabase constructor takes the {Quture} instance
let database = new QutureDatabase(qutureApp);