MCPcopy Index your code
hub / github.com/modelcontextprotocol/registry / Query

Method Query

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

Source from the content-addressed store, hash-verified

26type Executor interface {
27 Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error)
28 Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
29 QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
30}
31

Callers 5

getAppliedMigrationsMethod · 0.80
ListServersMethod · 0.80
SetAllVersionsStatusMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected