most (data streaming) for CouchDB
Collation functions for PouchDB map/reduce
Binary serialization of arbitrarily complex structures that sort element-wise
The official CouchDB client for Node.js
A simple CRUD based persistence abstraction for storing objects to any backend data store. eg. Memory, MongoDB, Redis, CouchDB, Postgres, Punch Card etc.
Build CouchDB documents from fs.
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.
ES2015-compatible package to interact with CouchDB
Builds a complete CouchDB-like response object from a very marginal one. (Can be just a string at first.)
Aids in the construction of JSON objects as used by CouchDB.
calculates valid CouchDB session IDs using username, salt, secret & timestamp
the high-level, caching, CouchDB library
decaf-ts couchdb wrappers
Binary serialization which sorts bytewise for arbirarily complex data structures
A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side.
Node.js library for getting info from NPM’s API
Bootstrap projects: configure CouchDB, setup security, deploy ddocs and create users.
A PouchDB plug-in that allows you to re-use your CouchDB rewrites on the client side.
Library for updating an npmjs.com profile
A cache object that deletes the least-recently-used items.
CouchBackup - command-line backup utility for Cloudant/CouchDB
Node-RED nodes for CouchDB CRUD operations
PouchDB database access restrictions using a security document.
Small, lightweight CouchDB client and object document mapper. Library is meant to be kept lean while still exposing the most powerful features of the database. Took a little inspiration from outoftime/sunspot.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments. This is a fork to make it work how I want it to. Most of the work was done by the original authors