pouchdb-memory

6.0.0 • Public • Published

pouchdb-memory

A purely in-memory PouchDB, as a custom build. Useful for things like quick unit tests, where you don't want to write any data to disk.

Install

npm install pouchdb-memory

Usage

var PouchDB = require('pouchdb-memory');
var db = new PouchDB('mydb');

Description

This build combines the following plugins:

  • pouchdb-adapter-memory
  • pouchdb-adapter-http
  • pouchdb-mapreduce
  • pouchdb-replication
  • pouchdb-find

Feel free to add additional plugins on top of it, or just build your own – the source code is tiny!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 6.0.0
    49
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 6.0.0
    49
  • 1.1.0
    14
  • 1.0.0
    0

Package Sidebar

Install

npm i pouchdb-memory

Weekly Downloads

63

Version

6.0.0

License

Apache-2.0

Last publish

Collaborators

  • nolanlawson