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 provides a 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 | CREATE CONNECTION SQL statement. |
Indexes | CREATE INDEX SQL statement. |
Materialized Views | CREATE MATERIALIZED VIEW SQL statement. |
Sinks | CREATE SINK SQL statement. |
Sources | CREATE SOURCE SQL statement. |
Subsources | CREATE SUBSOURCE SQL statement. |
Tables | CREATE TABLE SQL statement. |
Views | CREATE VIEW SQL statement. |