Skip to main content

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

PropertyDescriptionRequiredDefault
NameThe name of the Postgres Connection.Yes
HostThe host to be used for the Postgres Connection.Yeslocalhost
PortThe port to be used for the Postgres Connection.Yes5432
DatabaseThe name of the database to be used.Yes
UserThe username to be used for the Postgres Connection.Yes
PasswordThe password to be used for the Postgres Connection.No
SSLThe SSL configuration to be used for the Postgres Connection.Yesfalse