Structs§
- A single SQL query as a prepared statement, mapping results using
FromRow
. Returned byquery_as()
.
Functions§
- Execute a single SQL query as a prepared statement (transparently cached). Maps rows to Rust types using
FromRow
. - Execute a single SQL query, with the given arguments as a prepared statement (transparently cached). Maps rows to Rust types using
FromRow
. - Same as
query_as_with
but takes arguments as a Result