GQL (Graph Query Language) is a database language designed for modeling, querying and modifying data in graph database.
As the first standardized database language since SQL's introduction in 1987, GQL marks a major milestone in data management. The first version of the GQL standard was officially released by the ISO/IEC in April 2024. See Ultipa's GQL Conformance.
To get started with GQL, check out our Quick Start. You can also explore and practice GQL for free in our GQL Playground.
While administrative GQL statements affect the database overall, most GQL queries apply to a specific graph in the database. A database may contain multiple graphs, and you need to explicitly select the graph before executing a GQL query.
Ultipa is ACID compliant, which means: