pouchdb-fixture-loader

1.0.0 • Public • Published

pouchdb-fixture-loader

Build Status npm version License

Deploy CouchDB/PouchDB fixtures from directories

Installation

npm install --save pouchdb-fixture-loader

Usage

const loadFixtures = require('pouchdb-fixture-loader')
const paths = [
  'fixtures/db'
]
loadFixtures(PouchDB, paths)
//=> Promise

Author

© 2018 Tom Vincent git@tlvince.com (https://tlvince.com)

License

Released under the MIT license.

/pouchdb-fixture-loader/

    Package Sidebar

    Install

    npm i pouchdb-fixture-loader

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.89 kB

    Total Files

    4

    Last publish

    Collaborators

    • tlvince