Executes the given SQL query and returns an iterator over the resulting rows.
method
sqlite.SQLTagStore.iterate
stringElements: TemplateStringsArray,
Referenced types
type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView
type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array