--- title: "Database object explorer" description: "Explore the objects in your databases from the Materialize console." disable_toc: true menu: main: parent: console weight: 15 identifier: console-data --- Under **Data**, the [Materialize Console](https://console.materialize.com/) provides a database object explorer. ![Image of the Materialize Console Database Object Explorer](/images/console/console-data-explorer.png "Materialize Console Database Object Explorer") When you select Data, the left panel collapses to reveal the database object explorer. You can inspect the objects in your databases by navigating to the object. |Object|Available information| |---|---| |Connections|
  • Details: The [`CREATE CONNECTION`](/sql/create-connection/) SQL statement.
  • | |Indexes|
  • Details: The [`CREATE INDEX`](/sql/create-index/) SQL statement.
  • Workflow: Details about the index (e.g., status), freshness, upstream and downstream objects.
  • Visualize: Dataflow visualization.
  • | |Materialized Views|
  • Details: The [`CREATE MATERIALIZED VIEW`](/sql/create-materialized-view/) SQL statement.
  • Workflow: Details about the materialized view (e.g., status), freshness, upstream and downstream objects.
  • Visualize: Dataflow visualization.
  • | |Sinks|
  • Overview: View the sink metrics (e.g., messages/bytes produced) and details (e.g., Kafka topic).
  • Details: The [`CREATE SINK`](/sql/create-sink/) SQL statement.
  • Errors: Errors associated with the sink.
  • Workflow: Details about the sink (e.g., status), freshness, upstream and downstream objects.
  • | |Sources|
  • Overview: View the ingestion metrics (e.g., Ingestion lag, messages/bytes received, Ingestion rate), Memory/CPU/Disk usage
  • Details: The [`CREATE SOURCE`](/sql/create-source/) SQL statement.
  • Errors: Errors associated with the source.
  • Subsources: List of associated subsources and their status.
  • Workflow: Details about the source (e.g.,status), freshness, upstream and downstream objects.
  • Indexes: Indexes on the source.
  • | |Subsources|
  • Details: The `CREATE SUBSOURCE` SQL statement.
  • Columns: Column details.
  • Workflow: Details about the subsource (e.g.,status), freshness, upstream and downstream objects.
  • Indexes: Indexes on the subsource.
  • | |Tables|
  • Details: The [`CREATE TABLE`](/sql/create-table/) SQL statement.
  • Workflow: Details about the table (e.g., status), freshness, upstream and downstream objects.
  • Columns: Column details.
  • Indexes: Indexes on the table.
  • | |Views|
  • Details: The [`CREATE VIEW`](/sql/create-view/) SQL statement.
  • Columns: Column details.
  • Indexes: Indexes on the view.
  • | #### Sample source overview ![Image of the Source Overview for auction_house index](/images/console/console-data-explorer-source-overview.png "Source Overview for auction_house") #### Sample index workflow ![Image of the Index Workflow for wins_by_item index](/images/console/console-data-explorer-index-workflow.png "Index Workflow for wins_by_item index")