You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/04/19 09:12:15 UTC

[GitHub] Weber-D commented on issue #26: Support for _find (mango queries)

Weber-D commented on issue #26: Support for _find (mango queries)
URL: https://github.com/apache/couchdb-nano/issues/26#issuecomment-382666364
 
 
   How to use this method? There seems a complete lack of documentation. And also this examples doesn't fit in typescript: 
   
   ```ts
   let n = <nano.ServerScope>nano(connectionString);
   let db=n.db.use('mydb')
   db.find(query, (cb:nano.Callback<nano.MangoResponse<{}>>)=>{
       // what goes here? cb is a callback, doesn't make sense for me here
   })
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services