pouchify
v0.1.2
Published
a PouchDB plugin for running couchify builds in anywhere
Downloads
5
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 usualThis just polyfills the missing require() method in pouchdb-mapreduce runtime, so you can use require() again ;)
