PostgresConnectOptions

Postgres specific connection options

Members

Variables

host
string host;

Host to connect to.

maxConnections
uint maxConnections;

Maximum connections that allowed to be created. Must not be 0.

minConnections
uint minConnections;

Minimal connections to initialize upfront. Must not be 0.

name
string name;

Name of the database.

password
string password;

Password to authenticate with.

port
ushort port;

Port to connect to.

user
string user;

Username to authenticate with.

Meta