Documentation Index
Fetch the complete documentation index at: https://projectdiscovery-new-js-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Namespace: mysql
Table of contents
Classes
Interfaces
Functions
Functions
BuildDSN
▸ BuildDSN(opts): string | null
BuildDSN builds a MySQL data source name (DSN) from the given options.
Parameters
| Name | Type |
|---|---|
opts | MySQLOptions |
Returns
string | null
Example