Executes the given SQL query and returns an iterator over the resulting rows.
This function is intended to be used as a template literal tag, not to be called directly.
method
Executes the given SQL query and returns an iterator over the resulting rows.
This function is intended to be used as a template literal tag, not to be called directly.
Template literal elements containing the SQL query.
Parameter values to be bound to placeholders in the template string.
An iterator that yields objects representing the rows returned by the query.