ResultStream

Type Alias: ResultStream

ts
type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;
type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;

Defined in: packages/db/src/types.ts:550

Result stream type representing the output of compiled queries Always returns [key, [result, orderByIndex]] where orderByIndex is undefined for unordered queries

Our Partners
Electric
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.