Expand description
Helpers for working with sea_query::Value.
Structs§
- Chrono
Unix Timestamp with-chrono - A
DateTime<Utc>stored as a Unix timestamp (seconds)i64in the database. - Chrono
Unix Timestamp Millis with-chrono - A
DateTime<Utc>stored as a Unix timestamp in milliseconds (i64) in the database. - Text
Uuid with-uuid - Newtype making sure that UUIDs will be stored as
TEXTcolumns, instead ofBLOB(which is the default). Advantages: - Time
Unix Timestamp with-time - An
OffsetDateTimestored as a Unix timestamp (seconds)i64in the database. - Time
Unix Timestamp Millis with-time - An
OffsetDateTimestored as a Unix timestamp in milliseconds (i64) in the database.
Traits§
- Default
Active Value - Default value for
T. - Default
Active Value None - Default value for
Option<T>. - Default
Active Value NotSet - Default value for non-nullable types.