Protocol GET request POST request Response Protocol EdgeDB supports GET and POST methods for handling EdgeQL over HTTP protocol. Both GET and POST methods use the following f...
Protocol GET request POST request Response Protocol EdgeDB supports GET and POST methods for handling EdgeQL over HTTP protocol. Both GET and POST methods use the follow...
Transactions Client libraries TypeScript/JS Python Golang Transactions EdgeQL supports atomic transactions. The transaction API consists of several commands: start tr...
Transactions Client libraries TypeScript/JS Python Golang Transactions EdgeQL supports atomic transactions. The transaction API consists of several commands: start transact...
Types Reflected types Collection types Casting Custom literals Parameters Types The properties of e that corresond to types—e.str , e.int64 , etc— serve a dual purp...
Shapes Shaping Query Results General Shaping Rules Losing Shapes Shapes A shape is a powerful syntactic construct that can be used to describe type variants in queries, data ...
Parameters Passing parameter data Top-level usage Parameter types Parameters You can pass strongly-typed parameters into your query with e.params . const helloQuery =...