package
0.43.0
Repository: https://github.com/eliben/gocdkx.git
Documentation: pkg.go.dev

# Packages

Package azuremysql provides connections to Azure Database for MySQL.
Package cloudmysql provides connections to managed MySQL Cloud SQL instances.
Package rdsmysql provides connections to AWS RDS MySQL instances.

# Functions

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

A type that implements MySQLURLOpener can open connection based on a URL.