Skip to main content

Module value

Module value 

Source
Expand description

Helpers for working with sea_query::Value.

Structs§

ChronoUnixTimestampwith-chrono
A DateTime<Utc> stored as a Unix timestamp (seconds) i64 in the database.
ChronoUnixTimestampMilliswith-chrono
A DateTime<Utc> stored as a Unix timestamp in milliseconds (i64) in the database.
TextUuidwith-uuid
Newtype making sure that UUIDs will be stored as TEXT columns, instead of BLOB (which is the default). Advantages:
TimeUnixTimestampwith-time
An OffsetDateTime stored as a Unix timestamp (seconds) i64 in the database.
TimeUnixTimestampMilliswith-time
An OffsetDateTime stored as a Unix timestamp in milliseconds (i64) in the database.

Traits§

DefaultActiveValue
Default value for T.
DefaultActiveValueNone
Default value for Option<T>.
DefaultActiveValueNotSet
Default value for non-nullable types.