> ## 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

> Lists all your databases on Square Cloud.

Prints a table with the name, ID, engine type, allocated memory and cluster of every database in your account. `db` also has a `database` alias, so any `squarecloud db ...` command below also works as `squarecloud database ...`.

```bash theme={null}
squarecloud db list
# Lists all your databases.
```

```bash theme={null}
squarecloud database list
# "database" is an alias for "db".
```

```bash theme={null}
squarecloud db list --json
# Prints the raw database list as JSON.
```

Use `squarecloud db list --help` for more information about this command.
