Module sqlx_core::encode[][src]

Provides Encode for encoding values for the database.

Enums

IsNull

The return type of Encode::encode.

Traits

Encode

Encode a single value to be sent to the database.