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
.
See the Common Connection Options. The query
command
runs in the database it is connected to.
Any valid EdgeQL query to be executed.