Executes the given SQL query and returns all resulting rows as an array of objects.
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 all resulting rows as an array of objects.
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 array of objects representing the rows returned by the query.