Module sqlx_core::arguments[][src]

Expand description

Types and traits for passing arguments to SQL queries.

Structs

used by the query macros to prevent supernumerary .bind() calls

Traits

A tuple of arguments to be sent to the database.