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

# Functions

Open opens a Cloud SQL database.

# Constants

Scheme is the URL scheme cloudpostgres registers its URLOpener under on postgres.DefaultMux.

# Structs

Params specifies how to connect to a Cloud SQL database.
URLOpener opens GCP PostgreSQL URLs like "cloudpostgres://user:password@myproject/us-central1/instanceId/mydb".