
pouchdb/pouchdb-server
Releases75
Frequency1 month 3 weeks
Last Release
Stars981
CouchDB-compatible server built on PouchDB and Node
Linked projects
A drop-in replacement for CouchDB, built on Node.js and PouchDB
Express submodule with a CouchDB-style REST interface to PouchDB.
Access remote CouchDB databases like you would access your local PouchDB ones.
A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.
A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.
A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side.
A PouchDB plug-in that allows you to re-use your CouchDB rewrites on the client side.
A PouchDB plug-in that allows you to re-use your CouchDB update functions on the client side.
A PouchDB plug-in that allows you to re-use your CouchDB vhost config on the client side.
PouchDB database access restrictions using a security document.
A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side.
A PouchDB plug-in that simulates CouchDB's replicator database daemon.
Adds disk_size to info()'s output for your leveldown backed PouchDB's.
Protects PouchDB system databases by wrapping their methods.
Helper function that makes wrapping bulkDocs using pouchdb-wrappers easier.
Given a CouchDB request object, make a similar http request on a given PouchDB database.
A PouchDB-like error object, for use by plug-ins.
Aids in the construction of JSON objects as used by CouchDB.
Compiles a piece of code to a function object, providing a CouchDB-like JavaScript context.
Given the code of a CouchDB show/list function (and some other stuff), this module runs it and returns the result.
Given a CouchDB request object, return the response of PouchDB's equivalent function.
Seamless switching between online (CouchDB) and offline (PouchDB) authentication.
Builds a complete CouchDB-like response object from a very marginal one. (Can be just a string at first.)
Helper function that makes wrapping changes(), sync(), replicate() etc. using pouchdb-wrappers easier.