# Functions
DefaultGoMySQLServerConfigOptions are the default options used in the [DefaultGoMySQLServerFactory].
FetchTransport returns a [Transport] for a given name.
NewGoMySQLServerConfig returns a new [GoMySQLServerConfig].
WithDatabase is used to specify the database.
WithHost is used to specify the host.
WithPassword is used to specify the password.
WithPort is used to specify the port.
WithSocket is used to specify the socket.
WithTransport is used to specify the [Transport].
WithUser is used to specify the user.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ConfigOptions are options for the [GoMySQLServerFactory] implementations.
GoMySQLServerConfig is the server configuration.
# Type aliases
GoMySQLServerConfigOption are functional options for the [GoMySQLServerFactory] implementations.
Transport is an enum for the supported database connection protocols.