0.1.2 • Published 7 years ago

pouchify v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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 ;)