edgedb query

Execute one or more EdgeQL queries.

edgedb [connection-option...] query edgeql-query...

edgedb query is a terminal command used to execute EdgeQL queries provided as space-separated strings. An alternative way to access this functionality is by using edgedb -c.

connection-option

See the Common Connection Options. The query command runs in the database it is connected to.

edgeql-query

Any valid EdgeQL query to be executed.

Light
Dark
System