Documentation ¶
Overview ¶
Package azuremysql provides connections to Azure Database for MySQL. See https://docs.microsoft.com/en-us/azure/mysql.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CertFetcher ¶
type CertFetcher = azuredb.AzureCertFetcher
CertFetcher is a default CertPoolProvider that can fetch CA certificates from any publicly accessible URI or File.
type CertPoolProvider ¶
type CertPoolProvider = azuredb.CertPoolProvider
A CertPoolProvider obtains a certificate pool that contains the Azure CA certificate.
type Params ¶
type Params struct { // ServerName is the MYSQL instance name without domain suffix. Example: gocloud ServerName string // User is the database user to connect as. User string // Password is the database user password to use. Password string // Database is the MYSQL database name to connect to. Database string // TraceOpts contains options for OpenCensus. TraceOpts []ocsql.TraceOption }
Params specifies how to connect to an Azure Database for MySQL.
Click to show internal directories.
Click to hide internal directories.