jo / couchdb-best-practices

Collect best practices around the CouchDB universe.
https://jo.github.io/couchdb-best-practices/
Other
320 stars 33 forks source link

Generic examples should not use PouchDB #34

Closed jo closed 9 years ago

jo commented 9 years ago

eg here: https://github.com/eHealthAfrica/couchdb-best-practices/commit/20a820443c29ce3715aea5ec682999b37b29ca72#diff-04c6e90faac2675aa89e2176d2eec7d8R100

db.query(map, {
  key: 'hunkydory',
  include_docs: true
})