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

Method Exec

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

Source from the content-addressed store, hash-verified

51// callers to type-switch.
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}

Calls

no outgoing calls