Expand description
§EdgeDB Types Used for Data Modelling
Structs§
- BigInt
- Virtually unlimited precision integer.
- Config
Memory - 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
- Local
Date - Naive date without a timezone.
- Local
Datetime - A combination
LocalDateandLocalTime. - Local
Time - Naive time without a timezone.
- OutOf
Range Error - Error converting an out of range value to/from EdgeDB type.
- Parse
Duration Error - Error parsing string into EdgeDB Duration type.
- Relative
Duration - A type that can represent a human-friendly duration like 1 month or two days.
- Uuid
- A Universally Unique Identifier (UUID).