> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# squarecloud db list

> Listet alle deine Datenbanken auf Square Cloud auf.

Gibt eine Tabelle mit Namen, ID, Engine-Typ, zugewiesenem Arbeitsspeicher und Cluster jeder Datenbank in deinem Konto aus. `db` hat außerdem den Alias `database`, sodass jeder unten stehende `squarecloud db ...`-Befehl auch als `squarecloud database ...` funktioniert.

```bash theme={null}
squarecloud db list
# Listet alle deine Datenbanken auf.
```

```bash theme={null}
squarecloud database list
# "database" ist ein Alias für "db".
```

```bash theme={null}
squarecloud db list --json
# Gibt die rohe Datenbankliste als JSON aus.
```

Verwende `squarecloud db list --help` für weitere Informationen zu diesem Befehl.
