ore-fol-db

1.1.0 • Public • Published

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

/ore-fol-db/

    Package Sidebar

    Install

    npm i ore-fol-db

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi