PostgreSqlConnectionInfo interface
Information for connecting to PostgreSQL server
Properties
database |
Name of the database |
password | Password credential. |
port | Port for Server |
server |
Name of the server |
type | Polymorphic Discriminator |
user |
User name |
Property Details
databaseName
Name of the database
databaseName?: string
Property Value
string
password
Password credential.
password?: string
Property Value
string
port
Port for Server
port: number
Property Value
number
serverName
Name of the server
serverName: string
Property Value
string
type
Polymorphic Discriminator
type: "PostgreSqlConnectionInfo"
Property Value
"PostgreSqlConnectionInfo"
userName
User name
userName?: string
Property Value
string