# Databases CLI reference

This page summarizes the `socra db` command groups. A complete reference for arguments and options is not yet available. Verify command availability and help with your installed CLI before use.

## Command groups

| Command         | Purpose                                |
| --------------- | -------------------------------------- |
| `create <name>` | Create a managed database              |
| `list`          | List managed databases                 |
| `get <id>`      | Get a managed database                 |
| `update <id>`   | Update a managed database              |
| `delete <id>`   | Delete a managed database              |
| `connect <id>`  | Store DATABASE_URL as a Secret version |

## CLI availability

If this namespace is absent from your CLI, install its plugin:

```bash
socra install @socra/db-cli
```

## Command help

Print the help for this namespace:

```bash
socra db --help
```

Append `--help` to a command or subgroup to inspect its arguments and options before running it. Resource operations require the permissions described by that service.

## Next step

Return to the [Databases overview](/docs/db) for related services.

---

Company: Socra — Multiply Your Judgment
Canonical URL: https://cloud.socra.com/docs/db/reference/cli
