PostgreSQL
PostgreSQL database connection credentials.
Fields
| Field | Description | Required |
|---|---|---|
| Host | Database server hostname | Yes |
| Port | Database port (default: 5432) | Yes |
| Database | Database name | Yes |
| Username | Database user | Yes |
| Password | Database password | Yes |
| SSL | Enable SSL connection | No |
Setup Steps
- Step 1: Get the connection details from your PostgreSQL database (host, port, database name, user, and password)
- Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
- Step 3: Select PostgreSQL as the credential type
- Step 4: Enter the host, port, database, user, and password — enable SSL if your database requires it
- Step 5: Click Test Credential to verify the connection