Executes the given SQL query and returns the first resulting row as an object.
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 the first resulting row as an object.
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 object representing the first row returned by the query, or undefined if no rows are returned.