▸ BuildDSN(opts
): string
| null
BuildDSN builds a MySQL data source name (DSN) from the given options.
Name | Type |
---|---|
opts | MySQLOptions |
string
| null
Example
mysql.ts:14
▸ BuildDSN(opts
): string
| null
BuildDSN builds a MySQL data source name (DSN) from the given options.
Name | Type |
---|---|
opts | MySQLOptions |
string
| null
Example
mysql.ts:14