SHOW DATABASES
SHOW DATABASES
returns a list of all databases available to your Materialize
instances.
Syntax
Details
Output format
SHOW DATABASES
’s output is a table with one column, name
.
Changed in v0.5.0:
The output column is renamed from DATABASES
to name
.
Examples
CREATE DATABASE my_db;
SHOW DATABASES;
materialize
my_db