edgedb describe

Describe a named schema object.

edgedb [connection-option...] describe [--verbose] name

edgedb describe is a terminal command equivalent to DESCRIBE OBJECT introspection command.

connection-option

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

--verbose

This is equivalent to running DESCRIBE OBJECT ... AS TEXT VERBOSE command, which enables displaying additional details, such as annotations and constraints, which are otherwise omitted.

name

Name of the schema object to describe.

Light
Dark
System