pouchdb-memory-preset

1.0.1 • Public • Published

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

/pouchdb-memory-preset/

    Package Sidebar

    Install

    npm i pouchdb-memory-preset

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.23 kB

    Total Files

    4

    Last publish

    Collaborators

    • zeevl