Module sqlx::encode

source · []
Expand description

Provides Encode for encoding values for the database.

Enums

The return type of Encode::encode.

Traits

Encode a single value to be sent to the database.