Miterate
Bun

method

sqlite.SQLTagStore.iterate

stringElements: TemplateStringsArray,
...boundParameters: SQLInputValue[]
): Iterator<Record<string, SQLOutputValue>>;

Executes the given SQL query and returns an iterator over the resulting rows.

Referenced types

type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView
type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array