PostgreSQL

Category: SQL Status: good

Connects to a PostgreSQL relational database. Supports full SQL querying, schema browsing, migrations, and data transfer.

Connection Settings

Field Default Description
host localhost Server hostname or IP
port 5432 TCP port
user (empty) Database username
password (empty) Database password
dbname (empty) Database name
url (empty) Full connection URL (overrides above fields)

Authentication

Supports three modes (set via authentication field): - user_password — standard username + password (default) - secretsmanager — AWS Secrets Manager (requires secret_name + region) - aws_iam — AWS IAM token authentication

Supported Actions

External Links