ConnectionInfo interface
Defines the connection properties of a server
Properties
password | Password credential. |
type | Polymorphic discriminator, which specifies the different types this object can be |
user |
User name |
Property Details
password
Password credential.
password?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "MongoDbConnectionInfo" | "SqlConnectionInfo" | "MySqlConnectionInfo" | "OracleConnectionInfo" | "PostgreSqlConnectionInfo" | "MiSqlConnectionInfo"
Property Value
"MongoDbConnectionInfo" | "SqlConnectionInfo" | "MySqlConnectionInfo" | "OracleConnectionInfo" | "PostgreSqlConnectionInfo" | "MiSqlConnectionInfo"
userName
User name
userName?: string
Property Value
string