Versions in this module Expand all Collapse all v0 v0.24.1 Jan 27, 2022 Changes in this version + const Scheme + func Open(ctx context.Context, urlstr string) (*sql.DB, error) + type PostgresURLOpener interface + OpenPostgresURL func(ctx context.Context, u *url.URL) (*sql.DB, error) + type URLMux struct + func DefaultURLMux() *URLMux + func (mux *URLMux) OpenPostgres(ctx context.Context, urlstr string) (*sql.DB, error) + func (mux *URLMux) OpenPostgresURL(ctx context.Context, u *url.URL) (*sql.DB, error) + func (mux *URLMux) RegisterPostgres(scheme string, opener PostgresURLOpener) + type URLOpener struct + func (*URLOpener) OpenPostgresURL(ctx context.Context, u *url.URL) (*sql.DB, error)