1.2.0 • Published 8 years ago

quture-database v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago