Initializer
init(url:)
Create a
MySQLConfiguration from an appropriately-formatted URL string.init?(url: String)
Parameters
urlA URL-formatted MySQL connection string. See
init(url:)for syntax details.
Return Value
nil if url is not a valid RFC 3986 URI with an authority component (e.g. a URL).
Discussion
See init(url:) for details of the accepted URL format.