Module model

Module model 

Source
Expand description

§EdgeDB Types Used for Data Modelling

Structs§

BigInt
Virtually unlimited precision integer.
ConfigMemory
A type for cfg::memory received from the database
Datetime
A UTC date and time.
Decimal
High-precision decimal number.
Duration
A span of time.
Json
A newtype for JSON received from the database
LocalDate
Naive date without a timezone.
LocalDatetime
A combination LocalDate and LocalTime.
LocalTime
Naive time without a timezone.
OutOfRangeError
Error converting an out of range value to/from EdgeDB type.
ParseDurationError
Error parsing string into EdgeDB Duration type.
RelativeDuration
A type that can represent a human-friendly duration like 1 month or two days.
Uuid
A Universally Unique Identifier (UUID).