# Packages
Package cloudpostgres provides connections to managed PostgreSQL Cloud SQL instances.
Package rdspostgres provides connections to AWS RDS PostgreSQL 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.
# Interfaces
A type that implements PostgresURLOpener can open connection based on a URL.