akashm103 opened a new issue, #360:
URL: https://github.com/apache/couchdb-nano/issues/360

   **Summary**
   The README documents `db.findAsStream(selector)` as a stream-returning 
helper, but this API appears to be missing (or not available the same way) in 
nano versions 11.0.0 and later. Additionally, the README's reference/link for 
the `find`/`findAsStream` Mango API resolves to a 404 for me ([link mentioned 
in the docs in findAsStream 
section](http://docs.couchdb.org/en/2.1.1/api/database/find.html)). This 
creates confusion for users who expect `findAsStream` to be part of the 
packaged API in v11+.
   
   **Where**
   - README: the "View and design functions" section — 
`db.findAsStream(selector)` is described and shown in examples. 
   link for easy access: 
https://github.com/apache/couchdb-nano#dbfindasstreamselector
   
   
   **Reproduction (what I tried)**
   1. Install nano `>= 11.0.0` (e.g. `npm i nano@11`).
   2. Initialise and get a DB handle:
      ```js
      const nano = require('nano')('http://127.0.0.1:5984');
      const db = nano.db.use('mydb');
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to