...

Directory /src/github.com/GoogleCloudPlatform/cloudsql-proxy

Name Synopsis
..
cmd
cloud_sql_proxy cloudsql-proxy can be used as a proxy to Cloud SQL databases.
logging Package logging contains helpers to support log messages.
proxy
certs Package certs implements a CertSource which speaks to the public Cloud SQL API endpoint.
dialers
mysql Package mysql adds a 'cloudsql' network to use when you want to access a Cloud SQL Database via the mysql driver found at github.com/go-sql-driver/mysql.
postgres Package postgres adds a 'cloudsqlpostgres' driver to use when you want to access a Cloud SQL Database via the go database/sql library.
fuse Package fuse provides a connection source wherein the user does not need to specify which instance they are connecting to before they start the executable.
limits Package limits provides routines to check and enforce certain resource limits on the Cloud SQL client proxy process.
proxy Package proxy implements client and server code for proxying an unsecure connection over SSL.
util Package util contains utility functions for use throughout the Cloud SQL Auth proxy.