Object types IDs Abstract types Inheritance Multiple Inheritance Object types Object types are the primary components of EdgeDB schema. They are analogous to SQL table...
Types Casting Custom literals Parameters Polymorphism Types The entire type system of EdgeDB is reflected in the e object, including scalar types, object types, and enums. ...
Constraints Built-in constraints Constraints on properties Constraints on object types Constraints on links Constraints on custom scalars Constraints This section as...
String Functions and Operators Regular Expressions Option Flags Formatting Date and time formatting options Number formatting options String Functions and Operators ...
Modeling relations Many-to-one One-to-many One-to-one Many-to-many Modeling relations By combinining link cardinality and exclusivity constraints, we can model every k...
Computed properties and links Leading dot notation Type and cardinality inference Common use cases Filtering Backlinks Computed properties and links This section assumes a ...