Share via


PostgreSqlConnectionInfo interface

Information for connecting to PostgreSQL server

Extends

Properties

additionalSettings

Additional connection settings

authentication

Authentication type to use for connection

databaseName

Name of the database

dataSource

Data source

encryptConnection

Whether to encrypt the connection

port

Port for Server

serverBrandVersion

server brand version

serverName

Name of the server

serverVersion

server version

trustServerCertificate

Whether to trust the server certificate

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

password

Password credential.

userName

User name

Property Details

additionalSettings

Additional connection settings

additionalSettings?: string

Property Value

string

authentication

Authentication type to use for connection

authentication?: string

Property Value

string

databaseName

Name of the database

databaseName?: string

Property Value

string

dataSource

Data source

dataSource?: string

Property Value

string

encryptConnection

Whether to encrypt the connection

encryptConnection?: boolean

Property Value

boolean

port

Port for Server

port: number

Property Value

number

serverBrandVersion

server brand version

serverBrandVersion?: string

Property Value

string

serverName

Name of the server

serverName: string

Property Value

string

serverVersion

server version

serverVersion?: string

Property Value

string

trustServerCertificate

Whether to trust the server certificate

trustServerCertificate?: boolean

Property Value

boolean

type

Polymorphic discriminator, which specifies the different types this object can be

type: "PostgreSqlConnectionInfo"

Property Value

"PostgreSqlConnectionInfo"

Inherited Property Details

password

Password credential.

password?: string

Property Value

string

Inherited From ConnectionInfo.password

userName

User name

userName?: string

Property Value

string

Inherited From ConnectionInfo.userName