Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 653 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 653 Bytes

node-couch - A CouchDB client for node.js

If the header is not enough for you:

The API has been changed from the original node-couch and now returns promises, making use of node-promise which is the only dependency. It will make use of log4js-node if found on the require path, otherwise will log debug information using sys.debug if NODE_DEBUG environment variable is set.

===========================================