CreatePostgresConnectionString
Alias:CreatePostgresConnectionString
Output:Entity
Creates a PostgreSQL connection string
| Parameter | Type | Required | Position | Summary | 
|---|---|---|---|---|
| Host | string | ✔ | 1 | The host name | 
| Port | int | ✔ | 2 | The server port | 
| Database Db  | string | ✔ | 3 | The database to run the query against | 
| UserId | string | ✔ | 4 | The user id for database access | 
| Password | string | ✔ | 5 | The password for database access. |