MCPcopy
hub / github.com/rubenv/sql-migrate / SqlExecutor

Interface SqlExecutor

migrate.go:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437type SqlExecutor interface {
438 Exec(query string, args ...interface{}) (sql.Result, error)
439 Insert(list ...interface{}) error
440 Delete(list ...interface{}) (int64, error)
441}
442
443// Execute a set of migrations
444//

Callers 11

applyMigrationsMethod · 0.95
TestRunMigrationMethod · 0.65
TestMigrateMultipleMethod · 0.65
TestSkipMigrationMethod · 0.65
applyMigrationsMethod · 0.95
SkipMaxFunction · 0.95
applyMigrationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…