1.2.0 • Published 7 years ago

quture-database v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

quture-app

A package to use knex configurably with a {Quture} based application.


Introduction

The package exports a class that can be instantiated to connect to a configurable database. Documentation can be found here.

Basic usage

'use strict';

const qutureApp = require('./my/quture/app');
const QutureDatabase = require('quture-database');

// QutureDatabase constructor takes the {Quture} instance
let database = new QutureDatabase(qutureApp);
1.2.0

7 years ago

1.1.0

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago