This page contains pointers to the GQL (Graph Query Language) standard and the SQL/PGQ extension of the SQL standard. Both allow querying property graphs using the visual graph syntax (a.k.a. ASCII art syntax) popularized by Cypher.
| System | Language | Developed in |
|---|---|---|
| DuckPGQ | SQL/PGQ | academia |
| Google Cloud Spanner Graph | GQL | industry |
| GraphLite | GQL | industry |
| Oracle 23ai | SQL/PGQ | industry |
See also the joint announcement blog post Neo4j and AWS Neptune.
See the opengql GitHub organization (maintained by LDBC) for resources to implement GQL.
See also the GQL Parser prototype from 2021 by Olof Morra (TU Eindhoven).