Categorygithub.com/pgx-contrib/pgxgcp
modulepackage
0.0.0-20250110112631-305ee66c3760
Repository: https://github.com/pgx-contrib/pgxgcp.git
Documentation: pkg.go.dev

# README

pgxgcp

Use Google Cloud SQL for pgx

Go Reference

Getting Started

You can use these examples to get started.

# Functions

Connect creates a new Connector using the provided options.

# Structs

Connector connects to a Cloud SQL instance using the Cloud SQL Proxy.
DatastoreQuery represents a record in the dynamodb table.
DatastoreQueryCacher implements pgxcache.QueryCacher interface to use Google Datastore.
FirestoreQuery represents a record in the dynamodb table.
FirestoreQueryCacher implements pgxcache.QueryCacher interface to use Google Firestore.
StorageQueryCacher implements pgxcache.QueryCacher interface to use Google Cloud Storage.