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

> Square Cloud 上のすべてのデータベースを一覧表示します。

アカウント内のすべてのデータベースについて、名前、ID、エンジンの種類、割り当てられたメモリ、クラスターを表形式で表示します。`db` には `database` というエイリアスもあり、以下の `squarecloud db ...` コマンドはすべて `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.
```

このコマンドの詳細については `squarecloud db list --help` を使用してください。
