Skip to main content
Version: v0.16.0

CreatePostgresConnectionString

Alias:CreatePostgresConnectionString

Output:Entity

Creates a PostgreSQL connection string

ParameterTypeRequiredPositionSummary
Hoststring✔1The host name
Portint✔2The server port
Database
Db
string✔3The database to run the query against
UserIdstring✔4The user id for database access
Passwordstring✔5The password for database access.