# Packages
Package awsmysql provides connections to AWS RDS MySQL instances.
Package azuremysql provides connections to Azure Database for MySQL.
Package gcpmysql provides connections to managed MySQL Cloud SQL instances.
# Functions
ConfigFromURL creates a mysql.Config from URL.
DefaultURLMux returns the URLMux used by OpenMySql.
Open opens the bucket identified by the URL given.
# Constants
Scheme is the URL scheme this package registers its URLOpener under on DefaultMux.
# Interfaces
MySQLURLOpener implements MySQLURLOpener and can open connections based on a URL.