package pgxv5
import "cloud.google.com/go/cloudsqlconn/postgres/pgxv5"
Package pgxv5 provides a Cloud SQL Postgres driver that uses pgx v5 and works with the database/sql package.
Index ¶
Functions ¶
func RegisterDriver ¶
func RegisterDriver(name string, opts ...cloudsqlconn.Option) (func() error, error)
RegisterDriver registers a Postgres driver that uses the cloudsqlconn.Dialer configured with the provided options. The choice of name is entirely up to the caller and may be used to distinguish between multiple registrations of differently configured Dialers. The driver uses pgx/v5 internally. RegisterDriver returns a cleanup function that should be called one the database connection is no longer needed.
Source Files ¶
postgres.go
- Version
- v1.15.0 (latest)
- Published
- Feb 12, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 5 months ago –
Tools for package owners.