Group Simple grouping Group The group statement is only available in EdgeDB 2.0 or later. The group statement provides a powerful mechanism for categorizing a set of...
Group Output Examples Group The group statement is only available in EdgeDB 2.0 or later. group –partition a set into subsets based on one or more keys 1. [ with ...
Parameters Passing parameter data Top-level usage Optional parameters Complex types Parameters You can pass strongly-typed parameters into your query with e.param...
Building a GitHub OAuth applicaiton Prerequisites Schema design Ecto schemas User authentication via GitHub Running web server Building a GitHub OAuth applicaito...
Reference Client Type conversion Arrays Objects Tuples Named Tuples Local Date Local Time Local Date and Time Duration RelativeDuration DateDuration Memo...
Literals Primitives Strings Enums Dates and times JSON Arrays Tuples Set literals Empty sets Range literals Literals The query builder provides a set ...
Delete Clauses Link deletion Cascading deletes Return value Delete The delete command is used to delete objects from the database. 1. delete Hero 2. fi...
Making a property required Making a property required This example shows how a property may evolve to be more and more strict over time by looking at a user name field. H...
Migrations How it works Workflow 1. Update your schema file 2. Generate a migration 3. Apply the migration Migrations EdgeDB’s baked-in migration system lets ...