MCPcopy
hub / github.com/PeerDB-io/peerdb / Query

Method Query

flow/internal/postgres.go:272–272  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

270// support both catalog pool and pgx.Tx
271type CatalogQuerier interface {
272 Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
273}
274
275func LoadTableSchemasFromCatalog(

Callers 15

getFlowsForMetricsMethod · 0.65
RecordSlotSizesMethod · 0.65
GetAllMirrorsMethod · 0.65
GetBackedUpFlowsMethod · 0.65
GetCustomDataTypesFunction · 0.65
QueryFunction · 0.65

Implementers 5

mockConnflow/pkg/clickhouse/validation_test.go
CatalogPoolflow/shared/postgres.go
CatalogTxflow/shared/postgres.go
WorkflowRunflow/e2e/test_utils.go
PostgresSourceflow/e2e/pg.go

Calls

no outgoing calls