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

Struct MemoryMigrationSource

migrate.go:218–220  ·  view source on GitHub ↗

A hardcoded set of migrations, in-memory.

Source from the content-addressed store, hash-verified

216
217// A hardcoded set of migrations, in-memory.
218type MemoryMigrationSource struct {
219 Migrations []*Migration
220}
221
222var _ MigrationSource = (*MemoryMigrationSource)(nil)
223

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected