Pinned Repositories
add-cors-to-couchdb
CLI to add a good default CORS configuration to CouchDB
collate
Collation functions for PouchDB map/ reduce and search plugins. ( ⚠️ moved to pouchdb core repo ⚠️ )
express-pouchdb
⚠️⚠️⚠️ THIS REPO HAS MOVED ⚠️⚠️⚠️
geopouch
Spatial plugin from PouchDB extracted and supporting N dimentional coordinates.
plugin-seed
Seed project for PouchDB plugins.
pouchbase
Server that lets PouchDB applications sync with passwordless logins
pouchdb
:kangaroo: - PouchDB is a pocket-sized database.
pouchdb-auth
A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.
pouchdb-server
CouchDB-compatible server built on PouchDB and Node
upsert
PouchDB plugin for upsert() and putIfNotExists() functions
PouchDB's Repositories
pouchdb/pouchdb
:kangaroo: - PouchDB is a pocket-sized database.
pouchdb/pouchdb-server
CouchDB-compatible server built on PouchDB and Node
pouchdb/upsert
PouchDB plugin for upsert() and putIfNotExists() functions
pouchdb/add-cors-to-couchdb
CLI to add a good default CORS configuration to CouchDB
pouchdb/geopouch
Spatial plugin from PouchDB extracted and supporting N dimentional coordinates.
pouchdb/plugin-seed
Seed project for PouchDB plugins.
pouchdb/pouchdb-auth
A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.
pouchdb/pouchdb-fauxton-chrome-extension
Unmaintained: see #17
pouchdb/pouchdb-express-router
An Express submodule with a CouchDB style REST interface to PouchDB.
pouchdb/pouchdb-validation
A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.
pouchdb/pouchdb-fauxton-logic
pouchdb/http-pouchdb
MOVED - SEE THE pouchdb-server REPO
pouchdb/pouchdb-security
This has moved to https://github.com/pouchdb/pouchdb-server
pouchdb/pouchdb-size
Adds disk_size to info()'s output for your leveldown backed PouchDB's.
pouchdb/pouchdb-update
A PouchDB plug-in that allows you to re-use your CouchDB update functions on the client side.
pouchdb/pouchdb-getting-started-todo
The source repository for the getting started tutorial for PouchDB
pouchdb/pouchdb-show
A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side.
pouchdb/pouchdb-wrappers
Makes wrapping PouchDB functions a lot easier.
pouchdb/couchdb-objects
Aids in the construction of JSON objects as used by CouchDB.
pouchdb/pouchdb-bug-helper
Make awesome reproducable bug reports for PouchDB
pouchdb/pouchdb-list
A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side.
pouchdb/pouchdb-plugin-error
A PouchDB-like error object, for use by plug-ins.
pouchdb/pouchdb-changeslike-wrapper
Helper function that makes wrapping changes(), sync(), replicate() etc. using pouchdb-wrappers easier.
pouchdb/pouchdb-plugin-helper
A helper tool for PouchDB plugins to run tests and more
pouchdb/pouchdb-replicator
This has moved to https://github.com/pouchdb/pouchdb-server
pouchdb/pouchdb-req-http-query
Given a CouchDB request object, make a similar http request on a given PouchDB database.
pouchdb/pouchdb-rewrite
A PouchDB plug-in that allows you to re-use your CouchDB rewrites on the client side.
pouchdb/pouchdb-route
Given a CouchDB request object, return the response of PouchDB's equivalent function.
pouchdb/pouchdb-system-db
Protects PouchDB system databases by wrapping their methods.
pouchdb/pouchdb-vhost
See pouchdb-server for the new home of pouchdb-vhost