tree: b9e11e6dbad54b7a8cf6c10c03ee4b9837863a68 [path history] [tgz]
  1. src/
  2. LICENSE
  3. package.json
  4. README.md
packages/pouchdb-adapter-memory/README.md

pouchdb-adapter-memory

PouchDB adapter using in-memory as its data store. Designed to run in either Node or the browser. Its adapter name is 'memory'.

Usage

npm install pouchdb-adapter-memory
PouchDB.plugin(require('pouchdb-adapter-memory'));
var db = new PouchDB('mydb', {adapter: 'memory'});

For full API documentation and guides on PouchDB, see PouchDB.com. For details on PouchDB sub-packages, see the Custom Builds documentation.

Source

PouchDB and its sub-packages are distributed as a monorepo.

For a full list of packages, see the GitHub source.