Module query_scalar

Source

Structs§

QueryScalar
Raw SQL query with bind parameters, mapped to a concrete type using FromRow on (O,). Returned from query_scalar.

Functions§

query_scalar
Make a SQL query that is mapped to a single concrete type using FromRow.
query_scalar_with
Make a SQL query, with the given arguments, that is mapped to a single concrete type using FromRow.