couch-db

v1.1.3
extendable couchdb client for nodejs, with convenient apis
couch couchdb couch-client api

test

npm run lint && ./node_modules/.bin/mocha -R spec test

lcov

istanbul cover _mocha --report lcovonly -- -R spec

coveralls

npm run lint && npm run lcov && (cat coverage/lcov.info | ./node_modules/.bin/coveralls || exit 0)

lint

jshint lib/*.js test/*.js package.json

test-cov

mocha -r blanket -R html-cov test > coverage.html
npm i couch-db

Metadata

  • BSD
  • >=0.8.0
  • villa.gao
  • released 8/4/2014

Downloads