Module macros

Module macros 

Source
Expand description

Configuration for the query!() family of macros.

See macros::Config for details.

Structs§

Config
Configuration for the query!() family of macros.
PreferredCrates

Enums§

DateTimeCrate
The preferred crate to use for mapping date/time types to Rust.
NumericCrate
The preferred crate to use for mapping NUMERIC types to Rust.

Type Aliases§

ColumnName
A column in a SQL table.
RustType
A Rust type name or path.
SqlType
A SQL type name; may optionally be schema-qualified.
TableName
A SQL table name; may optionally be schema-qualified.