31 packages
pouchdb
PouchDB is a pocket-sized database
pouchdb-abstract-mapreduce
PouchDB's secondary index API as an abstract module
pouchdb-adapter-http
PouchDB adapter using HTTP (e.g. a remote CouchDB) as its data store.
pouchdb-adapter-idb
PouchDB adapter using IndexedDB as its data store.
pouchdb-adapter-indexeddb
PouchDB adapter using IndexedDB as its data store.
pouchdb-adapter-leveldb
PouchDB adapter using LevelDB as its backing store.
pouchdb-adapter-leveldb-core
Core PouchDB adapter code for LevelDOWN-based adapters
pouchdb-adapter-localstorage
PouchDB adapter using LocalStorage as its data store.
pouchdb-adapter-memory
PouchDB adapter using in-memory as its data store.
pouchdb-adapter-utils
Utilities for PouchDB adapters.
pouchdb-binary-utils
PouchDB utilities for operating on binary strings and Buffers/Blobs.
pouchdb-browser
PouchDB, the browser-only edition.
pouchdb-changes-filter
Adds "filter", "selector", etc. to PouchDB's changes/replicate/sync APIs
pouchdb-checkpointer
PouchDB tool to write a checkpoint, e.g. during replication.
pouchdb-collate
Collation functions for PouchDB map/reduce
pouchdb-collections
Map and Set shims for PouchDB
pouchdb-core
The core of PouchDB as a standalone package.
pouchdb-errors
Errors exposed by PouchDB.
pouchdb-fetch
PouchDB's fetch() method.
pouchdb-find
Easy-to-use query language for PouchDB
pouchdb-generate-replication-id
PouchDB function to generate a replication ID to mark progress during replications.
pouchdb-json
PouchDB utilities for safely stringifying and parsing JSON.
pouchdb-mapreduce
PouchDB's map/reduce query API as a plugin.
pouchdb-mapreduce-utils
PouchDB utilities used by pouchdb-mapreduce.
pouchdb-md5
PouchDB utilities for calculating MD5 checksums.