package
0.40.0
Repository: https://github.com/google/go-cloud.git
Documentation: pkg.go.dev

# 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.

# Structs

URLMux is a URL opener multiplexer.
URLOpener opens URLs like "mysql://" by using the underlying MySQL driver.

# Interfaces

MySQLURLOpener implements MySQLURLOpener and can open connections based on a URL.