PgBeam Docs
db

db list

List databases for a project

List all database connections configured for the linked project. Shows each database's ID, name, host, port, and SSL mode.

Usage

pgbeam db list

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --debug) are also available on this command.

Examples

# List databases for the linked project
pgbeam db list

# List databases for a specific project
pgbeam db list --project prj_xxx

# List databases as JSON
pgbeam db list --json

Output

Displays a table with columns: ID, Name, Host, Port, and SSL. With --json, returns the full database list from the API.

On this page