[][src]Module sqlx_core::query_as

Structs

QueryAs

Raw SQL query with bind parameters, mapped to a concrete type using FromRow. Returned by query_as.

Functions

query_as

Construct a raw SQL query that is mapped to a concrete type using FromRow.