Will Holley

pouchdb-promise

v6.4.3
Promises as used by PouchDB.

pouchdb-collate

v9.0.0
Collation functions for PouchDB map/reduce

fauxton

v1.2.6
Fauxton is a modular CouchDB dashboard and Futon replacement.

pouchdb-wrappers

v5.0.0
Makes wrapping PouchDB functions a lot easier.

pouchdb-mapreduce

v9.0.0
PouchDB's map/reduce query API as a plugin.

pouchdb-collections

v8.0.1
Map and Set shims for PouchDB

pouchdb-abstract-mapreduce

v9.0.0
PouchDB's secondary index API as an abstract module

pouchdb

v9.0.0
PouchDB is a pocket-sized database

pouchdb-ajax

v6.4.3
PouchDB's ajax() method.

pouchdb-errors

v9.0.0
Errors exposed by PouchDB.

pouchdb-find

v9.0.0
Easy-to-use query language for PouchDB

sublevel-pouchdb

v9.0.0
Fork of level-sublevel with ony the subset of the API that PouchDB uses

revtree

v1.0.1
Visualise a CouchDB document revision tree

pouchdb-node

v9.0.0
PouchDB, the Node-only edition.

pouchdb-browser

v9.0.0
PouchDB, the browser-only edition.

pouchdb-core

v9.0.0
The core of PouchDB as a standalone package.

pouchdb-utils

v9.0.0
Unassorted utilities used by PouchDB.

pouchdb-replication

v9.0.0
PouchDB's replication and sync algorithm, as a plugin.

pouchdb-checkpointer

v9.0.0
PouchDB tool to write a checkpoint, e.g. during replication.

pouchdb-generate-replication-id

v9.0.0
PouchDB function to generate a replication ID to mark progress during replications.

pouchdb-adapter-fruitdown

v7.0.0
PouchDB adapter using fruitdown as the data store.

pouchdb-adapter-http

v9.0.0
PouchDB adapter using HTTP (e.g. a remote CouchDB) as its data store.

pouchdb-adapter-indexeddb

v9.0.0
PouchDB adapter using IndexedDB as its data store.

pouchdb-adapter-leveldb

v9.0.0
PouchDB adapter using LevelDB as its backing store.

pouchdb-adapter-leveldb-core

v9.0.0
Core PouchDB adapter code for LevelDOWN-based adapters