We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d754f8 commit 3d9e754Copy full SHA for 3d9e754
lib/nano.d.ts
@@ -550,6 +550,9 @@ declare namespace nano {
550
/** Run Mango query.
551
* @see Docs: {@link http://docs.couchdb.org/en/latest/api/database/find.html#db-find} */
552
find(query: MangoQuery): Promise <MangoResponse<D>>;
553
+ /** Run Mango query as a stream.
554
+ * @see Docs: {@link http://docs.couchdb.org/en/latest/api/database/find.html#db-find} */
555
+ findAsStream(query: MangoQuery): NodeJS.ReadStream;
556
/** Server scope */
557
server: ServerScope;
558
/** Fetch information about a single partition in this database.
0 commit comments