[][src]Module sqlx::query

Structs

Map

SQL query that will map its results to owned Rust types.

Query

Raw SQL query with bind parameters. Returned by query.

Traits

MapRow
TryMapRow

Functions

query

Construct a raw SQL query that can be chained to bind parameters and executed.