diff --git a/doc/user/content/integrations/sql-clients.md b/doc/user/content/integrations/sql-clients.md index 9c9d9d16e0220..eb5aecce69345 100644 --- a/doc/user/content/integrations/sql-clients.md +++ b/doc/user/content/integrations/sql-clients.md @@ -164,6 +164,21 @@ Materialize console. Screenshot 2023-12-28 at 18 45 11 +### LibreDB Studio + +{{< tip >}} +The object browser lists Materialize's tables, views, and materialized views +along with their columns, and the SQL editor supports Materialize-specific +statements like `SHOW MATERIALIZED VIEWS` and `SHOW SOURCES`. +{{< /tip >}} + +To connect to Materialize using [LibreDB Studio](https://github.com/libredb/libredb-studio), +an open-source, browser-based SQL IDE, choose the **PostgreSQL** driver in the +connection dialog and use the credentials from the Materialize console (host, +port **6875**, your app password, SSL mode **Require**). + +Connect using the credentials provided in the Materialize console + ### `psql` {{< warning >}}