Package Usage: go: cloud.google.com/go/alloydbconn
Package alloydbconn provides functions for authorizing and encrypting
connections. These functions can be used with a database driver to
connect to an AlloyDB cluster.
To start working with this package, create a Dialer. There are two ways of
creating a Dialer, which one you use depends on your database driver.
Users have the option of using the database/sql interface or using pgx directly.
To use a dialer with pgx, we recommend using connection pooling with
pgxpool. To create the dialer use the NewDialer func.
To use database/sql, call pgxv4.RegisterDriver with any necessary Dialer
configuration.
33 versions
Latest release: over 1 year ago
3 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/cloud.google.com/go/alloydbconn