Light
Dark
System
v4latest
v5dev
v4latest
v3
v2
v1

EdgeQL

Statements in EdgeQL are a kind of an expression that has one or more clauses and is used to retrieve or modify data in a database.

Query statements:

  • select

    Retrieve data from a database and compute arbitrary expressions.

  • for

    Compute an expression for every element of an input set and concatenate the results.

  • group

    Group data into subsets by keys.

Data modification statements:

  • insert

    Create new object in a database.

  • update

    Update objects in a database.

  • delete

    Remove objects from a database.

Transaction control statements:

Session state control statements:

Introspection command:

Light
Dark
System

We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.