PouchDB
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upRepositories
-
-
upsert
PouchDB plugin for upsert() and putIfNotExists() functions
-
pouchdb-server
CouchDB-compatible server built on PouchDB and Node
-
geopouch
Spatial plugin from PouchDB extracted and supporting N dimentional coordinates.
-
pouchdb-getting-started-todo
Forked from daleharvey/pouchdb-getting-started-todoThe source repository for the getting started tutorial for PouchDB
-
pouchdb-fauxton-chrome-extension
Unmaintained: see #17
-
add-cors-to-couchdb
CLI to add a good default CORS configuration to CouchDB
-
pouchdb-express-router
An Express submodule with a CouchDB style REST interface to PouchDB.
-
pouchdb-wrappers
Makes wrapping PouchDB functions a lot easier.
-
pouchdb-vhost Archived
See pouchdb-server for the new home of pouchdb-vhost
-
pouchdb-bug-helper
Make awesome reproducable bug reports for PouchDB
-
plugin-seed
Seed project for PouchDB plugins.
-
pouchdb-list
A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side.
-
couchdb-objects
Aids in the construction of JSON objects as used by CouchDB.
-
pouchdb-show
A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side.
-
pouchdb-plugin-helper
A helper tool for PouchDB plugins to run tests and more
-
pouchdb-security
This has moved to https://github.com/pouchdb/pouchdb-server
-
pouchdb-replicator
This has moved to https://github.com/pouchdb/pouchdb-server
-
http-pouchdb
MOVED - SEE THE pouchdb-server REPO
-
pouchdb-auth
A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.
-
pouchdb-req-http-query
Given a CouchDB request object, make a similar http request on a given PouchDB database.
-
pouchdb-validation
A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.
-
pouchdb-update
A PouchDB plug-in that allows you to re-use your CouchDB update functions on the client side.
-
pouchdb-system-db
Protects PouchDB system databases by wrapping their methods.
-
pouchdb-size
Adds disk_size to info()'s output for your leveldown backed PouchDB's.
-
pouchdb-rewrite
A PouchDB plug-in that allows you to re-use your CouchDB rewrites on the client side.
-
pouchdb-route
Given a CouchDB request object, return the response of PouchDB's equivalent function.
-
pouchdb-plugin-error
A PouchDB-like error object, for use by plug-ins.
-
pouchdb-changeslike-wrapper
Helper function that makes wrapping changes(), sync(), replicate() etc. using pouchdb-wrappers easier.