JSPM

  • Created
  • Published
  • Downloads 23792
  • Score
    100M100P100Q160697F
  • License Apache-2.0

PouchDB is a pocket-sized database

Package Exports

  • pouchdb
  • pouchdb/dist/pouchdb
  • pouchdb/dist/pouchdb.js
  • pouchdb/dist/pouchdb.min.js
  • pouchdb/lib/index
  • pouchdb/lib/index-browser.es.js
  • pouchdb/lib/index-browser.js
  • pouchdb/lib/index.es.js
  • pouchdb/lib/index.js

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) 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.

This is the full, batteries-included pouchdb package containing code that is designed for both the Browser and Node.js. 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.