Miterate
Bun

method

sqlite.Statement.iterate

...params: ParamsType
): IterableIterator<ReturnType>;

Execute the prepared statement and return an

@param params

optional values to bind to the statement. If omitted, the statement is run with the last bound values or no parameters if there are none.