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

> Square Cloud 上のデータベースの詳細情報を表示します。

データベース ID、名前、エンジンの種類、メモリ、ポート、クラスター、オーナー、作成日を表示します。データベース ID は省略可能です。CLI は引数から解決し、指定がない場合はインタラクティブな選択メニューにフォールバックします。

```bash theme={null}
squarecloud db info
# Uses an interactive picker to choose the database.
```

```bash theme={null}
squarecloud db info <dbID>
# Shows detailed info for a specific database.
```

```bash theme={null}
squarecloud db info <dbID> --json
# Prints the raw database object as JSON.
```

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