Interface PostgresOptions

interface PostgresOptions {
    host?: string | string[];
}

Hierarchy

  • Omit<ClientConfig, "host">
    • PostgresOptions

Properties

Properties

host?: string | string[]

The hostname of the database you are connecting to. It Accept a list of Hosts of type host:port for random connection