JSPM

  • Created
  • Published
  • Downloads 45659
  • Score
    100M100P100Q170986F
  • License Apache-2.0

PouchDB utilities used by pouchdb-mapreduce.

Package Exports

  • pouchdb-mapreduce-utils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pouchdb-mapreduce-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pouchdb

PouchDB is a pocket-sized database.

Usage

npm install pouchdb
var PouchDB = require('pouchdb');
var db = new PouchDB('my_db');

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.