PostgreSQL

The Devprime platform provides several parameters for the customization of State PostgreSQL.

Example of default configuration in the State Adapter with the parameters for a standard PostgreSQL database.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
    "DevPrime_State": [

    {
      "enable": "true",
      "alias": "State1",
      "dbtype": "postgresql",
      "type" : "db",
      "connection": "Host=localhost;Username=postgres;Password=LltF8Nx*yo;Database=ms-order",
      "timeout": "5",
      "retry": "2",
      "durationofbreak": "45"
    }
  ],
Last modified October 29, 2023 (c2015c04)