Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
148
type
queryExecutor
interface
{
149
Exec(query string, args ...any) (sql.Result, error)
150
}
151
152
// NewMigrationBox creates a new migration box.
Callers
15
NewMigrationBox
Function · 0.95
createDB
Function · 0.65
MapStringsToUUIDs
Method · 0.65
DeleteRelationTuples
Method · 0.65
WriteRelationTuples
Method · 0.65
TestMigrations
Function · 0.65
BatchWriteMappings
Function · 0.65
BatchInsertTuples
Function · 0.65
createTuple
Method · 0.65
queryTupleErr
Method · 0.65
deleteTuple
Method · 0.65
TestExpandCommand
Function · 0.65
Implementers
2
sqlxTxAdapter
oryx/popx/transaction.go
CommandExecuter
oryx/cmdx/helper.go
Calls
no outgoing calls
Tested by
9
TestMigrations
Function · 0.52
createTuple
Method · 0.52
queryTupleErr
Method · 0.52
deleteTuple
Method · 0.52
TestExpandCommand
Function · 0.52
TestMigrate
Function · 0.52
TestCreateCmd
Function · 0.52
TestDeleteCmd
Function · 0.52
TestCheckCommand
Function · 0.52