pouchify
v0.1.2
Published
a PouchDB plugin for running couchify builds in anywhere
Downloads
9
Readme
pouchify
The required plugin for running couchify builds in PouchDB.
Usage
Use it like this:
const PouchDB = require('pouchdb')
const pouchify = require('pouchify')
PouchDB.plugin(pouchify)
// ... business as usual
This just polyfills the missing require()
method in pouchdb-mapreduce
runtime, so you can use require()
again ;)