pouchdb-memory-preset
v1.0.1
Published
PouchDB, only in the mind
Readme
pouchdb-memory-preset
PouchDB, the in-memory-only edition.
Well, not completely. It also contains the replication, HTTP, and map/reduce plugins.
Use this preset if you like to forget what you're doing.
Usage
npm install pouchdb-memory-presetvar PouchDB = require('pouchdb-memory-preset');
var db = new PouchDB('mydb');