Interface: MySQLOptions
mysql.MySQLOptions MySQLOptions defines the data source name (DSN) options required to connect to a MySQL database. along with other options like Timeout etcExample
Table of contents
Properties
Properties
DbName
•Optional
DbName: string
Defined in
mysql.ts:198Host
•Optional
Host: string
Defined in
mysql.ts:188Password
•Optional
Password: string
Defined in
mysql.ts:196Port
•Optional
Port: number
Defined in
mysql.ts:190Protocol
•Optional
Protocol: string
Defined in
mysql.ts:192RawQuery
•Optional
RawQuery: string
Defined in
mysql.ts:200Timeout
•Optional
Timeout: number
Defined in
mysql.ts:202Username
•Optional
Username: string