Module sqlx_core::query[][src]

Structs

Map

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

Query

Raw SQL query with bind parameters. Returned by query.

Functions

query

Make a SQL query.

query_with

Make a SQL query, with the given arguments.