package
0.0.0-20181009230506-ac834ce67862
Repository: https://github.com/lychung83/cloudsql-proxy.git
Documentation: pkg.go.dev
# Functions
Cfg returns the effective *mysql.Config to represent connectivity to the provided instance via the given user and password.
Dial logs into the specified Cloud SQL Instance using the given user and no password.
DialCfg opens up a SQL connection to a Cloud SQL Instance specified by the provided configuration.
DialPassword is similar to Dial, but allows you to specify a password.