MCPcopy
hub / github.com/brianc/node-postgres / QueryStreamConfig

Interface QueryStreamConfig

packages/pg-query-stream/src/index.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Cursor from 'pg-cursor'
4
5interface QueryStreamConfig {
6 batchSize?: number
7 highWaterMark?: number
8 rowMode?: 'array'
9 types?: any
10}
11
12class QueryStream extends Readable implements Submittable {
13 cursor: any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected