Skip to content

SelectQueryBuilder.each() method

Home > @direct-sqlite/core > SelectQueryBuilder > each

Streams structural entries row-by-row out of memory to guarantee low garbage collection footprints allowing for iteration, if supported by the SQLite client.

Signature:

each(): IterableIterator<Pick<TRow, TSelectedKey>>;

Returns:

IterableIterator<Pick<TRow, TSelectedKey>>