Package cloud.google.com/go/alloydbconn/driver/pgxv4 (v1.18.2)

This package is deprecated. Use pgxv5 directly instead.

Functions

func RegisterDriver

func RegisterDriver(name string, opts ...alloydbconn.Option) (func() error, error)

RegisterDriver calls through to pgxv5.RegisterDriver. Prefer the pgxv5 interface instead of using this one