[][src]Module sqlx_core::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

Make a SQL query.

query_with

Make a SQL query, with the given arguments.