pouchify
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pouchify

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • avaq
  • thealgorithm
  • tetsuo