Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rubenv/sql-migrate
/ Exec
Method
Exec
migrate.go:438–438 ·
view source on GitHub ↗
(query string, args ...interface{})
Source
from the content-addressed store, hash-verified
436
437
type
SqlExecutor
interface
{
438
Exec(query string, args ...
interface
{}) (sql.Result, error)
439
Insert(list ...
interface
{}) error
440
Delete(list ...
interface
{}) (int64, error)
441
}
Callers
8
applyMigrations
Method · 0.95
TestRunMigration
Method · 0.65
TestMigrateMultiple
Method · 0.65
TestMigrateIncremental
Method · 0.65
TestSkipMigration
Method · 0.65
TestExecWithUnknownMigrationInDatabase
Method · 0.65
TestRunMigrationObjDefaultTable
Method · 0.65
TestRunMigrationObjOtherTable
Method · 0.65
Calls
no outgoing calls
Tested by
7
TestRunMigration
Method · 0.52
TestMigrateMultiple
Method · 0.52
TestMigrateIncremental
Method · 0.52
TestSkipMigration
Method · 0.52
TestExecWithUnknownMigrationInDatabase
Method · 0.52
TestRunMigrationObjDefaultTable
Method · 0.52
TestRunMigrationObjOtherTable
Method · 0.52