gocloud.devgocloud.dev/postgres/gcppostgres

Imports of package gcppostgres

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
contrib.go.opencensus.io/integrations/ocsql
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/proxyPackage proxy implements client and server code for proxying an unsecure connection over SSL.
github.com/lib/pqPackage pq is a pure Go Postgres driver for the database/sql package.
gocloud.dev/gcpPackage gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP).
gocloud.dev/gcp/cloudsqlPackage cloudsql contains Wire providers that are common across Google Cloud SQL.
gocloud.dev/postgresPackage postgres provides functions to open PostgreSQL databases with OpenCensus instrumentation.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.