SelectQueryBuilder.each() method
Home > @direct-sqlite/core > SelectQueryBuilder > each
SelectQueryBuilder.each() method
Section titled “SelectQueryBuilder.each() method”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>>