This package provides Node-RED nodes to access Apache CouchDB for inserting, updating, and querying documents. Version 0.0.1 is the initial release dated 2015-03-04, with no subsequent updates; it is effectively abandoned. It relies on Node-RED and an HTTP library for CouchDB communication, but does not specify external npm dependencies. As a very early release, it lacks modern features like TypeScript support and is not actively maintained.
npm install node-red-contrib-couchdbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates installation and basic usage of the CouchDB nodes in Node-RED flow editor.
Use an alternative package like node-red-contrib-couchdb-plus or node-red-contrib-couchdb-put.
Use a different node that supports authentication or set up a proxy.
Wrap in a catch node or use a more robust alternative.
Switch to actively maintained alternatives.
Ensure you run 'npm install node-red-contrib-couchdb' in your Node-RED user directory (usually ~/.node-red).
Ensure the input node (e.g., inject) sets msg.payload before connecting to CouchDB node.
Verify the CouchDB URL in the node configuration (e.g., http://localhost:5984) and ensure CouchDB is accessible.