1.1.0 • Published 7 years ago

ore-fol-db v1.1.0

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

ore-fol-db

Build Status npm Version JS Standard

Database for ore-fol

Installation

$ npm install ore-fol-db --save

Usage

'use strict'

const oreFolDb = require('ore-fol-db')

const db = oreFolDb({
  env: {
    dialect: 'sqlite',
    storage: 'tmp/testing-db'
  }
})

const { User } = db.models
/* ... */

License

This software is released under the MIT License.

Links

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