Commandscc db
cc db unlink
Remove a database from the current environment's pool.
Usage
cc db unlink <name>Arguments
| Argument | Description |
|---|---|
name | Database to unlink (tab-completable) |
What it does
- Requires an active environment — run
cc switchfirst. - Removes the database from the environment's pool. This only touches cc's bookkeeping — it does not drop the database. Use
cc db dropto destroy the database itself.
Related
cc db— database group overviewcc db link— add a database to the poolcc db drop— drop the database from PostgreSQLcc db list— show the pool