pub fn query_scalar_with<'q, DB, O, A>(
sql: &'q str,
arguments: A,
) -> QueryScalar<'q, DB, O, A>
Expand description
Make a SQL query, with the given arguments, that is mapped to a single concrete type
using FromRow
.
pub fn query_scalar_with<'q, DB, O, A>(
sql: &'q str,
arguments: A,
) -> QueryScalar<'q, DB, O, A>
Make a SQL query, with the given arguments, that is mapped to a single concrete type
using FromRow
.