Skip to content

Commit f7c479d

Browse files
committed
Add link to runnable query stream example
1 parent 6baa334 commit f7c479d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,6 +2461,8 @@ stream.on('metadata', function (metadata) {
24612461
// listen to any other standard stream events...
24622462
```
24632463
2464+
See [selectstream.js](https://github.com/oracle/node-oracledb/tree/master/examples/selectstream.js) for a runnable example.
2465+
24642466
#### <a name="queryoutputformats"></a> 9.1.4 Query Output Formats
24652467
24662468
Query rows may be returned as an array of column values, or as

0 commit comments

Comments
 (0)