ore-fol-db
v1.1.0
Published
Database for ore-fol
Downloads
4
Readme
ore-fol-db
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.