Releases79
Frequency1 month 3 weeks
Last Release
Stars17.6K
:kangaroo: - PouchDB is a pocket-sized database.

Linked projects

Promises as used by PouchDB.
Map and Set shims for PouchDB
Collation functions for PouchDB map/reduce
Fork of level-sublevel with ony the subset of the API that PouchDB uses
Underlying adapter code for WebSQL and SQLite-based PouchDB adapters.
Unassorted utilities used by PouchDB.
PouchDB is a pocket-sized database
Errors exposed by PouchDB.
PouchDB utilities for safely stringifying and parsing JSON.
PouchDB's document merge algorithm.
PouchDB utilities for operating on binary strings and Buffers/Blobs.
Utilities for PouchDB adapters.
PouchDB utilities for calculating MD5 checksums.
PouchDB's map/reduce query API as a plugin.
PouchDB adapter using Node-based SQLite as its data store.
PouchDB tool to write a checkpoint, e.g. during replication.
PouchDB adapter using fruitdown as the data store.
PouchDB adapter using LocalStorage as its data store.
PouchDB adapter using in-memory as its data store.
PouchDB's ajax() method.
PouchDB, the browser-only edition.
PouchDB function to generate a replication ID to mark progress during replications.
PouchDB, the Node-only edition.
PouchDB utilities used by pouchdb-mapreduce.
PouchDB's secondary index API as an abstract module
The core of PouchDB as a standalone package.
Easy-to-use query language for PouchDB
PouchDB adapter using LevelDB as its backing store.
PouchDB's replication and sync algorithm, as a plugin.
PouchDB adapter using HTTP (e.g. a remote CouchDB) as its data store.
Core PouchDB adapter code for LevelDOWN-based adapters
PouchDB adapter using WebSQL as its data store.
PouchDB adapter using IndexedDB as its data store.
PouchDB's fetch() method.
Adds "filter", "selector", etc. to PouchDB's changes/replicate/sync APIs
PouchDB.debug() API to debug PouchDB operations
PouchDB's core selector code