1.0.1 • Published 5 years ago

pouchdb-memory-preset v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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-preset
var PouchDB = require('pouchdb-memory-preset');
var db = new PouchDB('mydb');