MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / Query

Method Query

internal/oauth/storage.go:54–54  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

52type dbExecutor interface {
53 Exec(ctx context.Context, sql string, args ...any) (pgconn.CommandTag, error)
54 Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
55 QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
56}
57

Calls

no outgoing calls