MCPcopy
hub / github.com/ory/keto / Exec

Method Exec

oryx/popx/migration_box.go:149–149  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

147
148type queryExecutor interface {
149 Exec(query string, args ...any) (sql.Result, error)
150}
151
152// NewMigrationBox creates a new migration box.

Callers 15

NewMigrationBoxFunction · 0.95
createDBFunction · 0.65
MapStringsToUUIDsMethod · 0.65
DeleteRelationTuplesMethod · 0.65
WriteRelationTuplesMethod · 0.65
TestMigrationsFunction · 0.65
BatchWriteMappingsFunction · 0.65
BatchInsertTuplesFunction · 0.65
createTupleMethod · 0.65
queryTupleErrMethod · 0.65
deleteTupleMethod · 0.65
TestExpandCommandFunction · 0.65

Implementers 2

sqlxTxAdapteroryx/popx/transaction.go
CommandExecuteroryx/cmdx/helper.go

Calls

no outgoing calls

Tested by 9

TestMigrationsFunction · 0.52
createTupleMethod · 0.52
queryTupleErrMethod · 0.52
deleteTupleMethod · 0.52
TestExpandCommandFunction · 0.52
TestMigrateFunction · 0.52
TestCreateCmdFunction · 0.52
TestDeleteCmdFunction · 0.52
TestCheckCommandFunction · 0.52