Skip to main content
Skip table of contents

PostgreSql Db Store



Description

Connection to a Postgres database

Type

postgresql

Category

Db



Configuration

Name

Description

Type

Mandatory

Comment

ConnectionString

The connection string to connect to the database

string

TRUE



CODE
{
    "Name": "propilot",
    "Type": "postgresql",
    "HealthCheck": true,
    "Config": {
        "ConnectionString": "Server=localhost;Port=5432;User Id=user;Password=password;Database=database"
    }
}


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.