# Functions
Open opens an encrypted connection to an RDS MySQL database.
# Constants
Scheme is the URL scheme rdsmysql registers its URLOpener under on mysql.DefaultMux.
# Variables
Set is a Wire provider set that provides a *sql.DB given *Params and an HTTP client.
# Structs
Params specifies how to connect to an RDS database.
URLOpener opens RDS MySQL URLs like "rdsmysql://user:[email protected]:3306/mydb".
# Type aliases
CertFetcher pulls the RDS CA certificates from Amazon's servers.
A CertPoolProvider obtains a certificate pool that contains the RDS CA certificate.