Postgres Configuration
Postgres is a popular relational database that is used in many applications. You can use Postgres as a data source in your workflows. To use Postgres as a data source, you need to configure the Postgres connection in the workflow.
Configurations
Property | Description | Required | Default |
---|---|---|---|
Name | The name of the Postgres Connection. | Yes | |
Host | The host to be used for the Postgres Connection. | Yes | localhost |
Port | The port to be used for the Postgres Connection. | Yes | 5432 |
Database | The name of the database to be used. | Yes | |
User | The username to be used for the Postgres Connection. | Yes | |
Password | The password to be used for the Postgres Connection. | No | |
SSL | The SSL configuration to be used for the Postgres Connection. | Yes | false |