package
0.0.4-beta
Repository: https://github.com/zepellin/go-cloud.git
Documentation: pkg.go.dev

# Packages

Package awspostgres provides connections to AWS RDS PostgreSQL instances.
Package gcppostgres provides connections to managed PostgreSQL Cloud SQL instances.

# Functions

DefaultURLMux returns the URLMux used by OpenPostgres.
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 "postgres://" by using the underlying PostgreSQL driver.

# Interfaces

PostgresURLOpener can open Postgres connections based on a URL.