MySQL
constructor(url: String, username: String, password: String, options: <Error class: unknown class> = Driver.Pool.Options())
Parameters
url
The connection URL for the MySQL database.
username
The username for authenticating with the database.
password
The password for authenticating with the database.
options
The optional configuration for the connection pool, such as min/max connections and timeout settings.