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

> Displays detailed information about your database on Square Cloud.

Shows the database ID, name, engine type, memory, port, cluster, owner and creation date. The database ID is optional: the CLI resolves it from the argument, then falls back to an interactive picker.

```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.
```

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