Module sqlx

Module sqlx 

Source
Expand description

Re-exported sqlx crate.

Enums§

IsNull
The return type of Encode::encode.

Traits§

Decode
A type that can be decoded from the database.
Encode
Encode a single value to be sent to the database.
Type
Indicates that a SQL type is supported for a database.

Type Aliases§

BoxDynError