MCPcopy Index your code
hub / github.com/riverqueue/river / GetMigrationFS

Method GetMigrationFS

riverdriver/river_driver_interface.go:95–95  ·  view source on GitHub ↗

GetMigrationFS gets a filesystem containing migrations for the driver. Each set of migration files is expected to exist within the filesystem as `migration/ /`. For example: migration/main/001_create_river_migration.up.sql API is not stable. DO NOT USE.

(line string)

Source from the content-addressed store, hash-verified

93 //
94 // API is not stable. DO NOT USE.
95 GetMigrationFS(line string) fs.FS
96
97 // GetMigrationLines gets supported migration lines from the driver. Most
98 // drivers will only support a single line: MigrationLineMain.

Callers 3

exerciseMigrationFunction · 0.65
NewFunction · 0.65
GetMigrationFSMethod · 0.65

Implementers 3

Driverriverdriver/riverpgxv5/river_pgx_v5_dr
Driverriverdriver/riverdatabasesql/river_dat
Driverriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by 1

GetMigrationFSMethod · 0.52