couchdb-nano
couchdb-nano copied to clipboard
does include_docs option in db.list work?
I try to change include_docs in db.list({ include_docs: false }) and it has no effect. Docs returned anyway.
I checked your package source and include_docs being used in one place and it's true always.
Does this option exist or not?