glynnbird commented on a change in pull request #50: feat: add _find
URL: https://github.com/apache/couchdb-nano/pull/50#discussion_r125460459
##########
File path: lib/nano.js
##########
@@ -752,6 +752,15 @@ module.exports = exports = nano = function dbScope(cfg) {
}, callback);
}
+ function find (selector, callback) {
+ return relax({
+ db: dbName,
Review comment:
Yes! This is better :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services