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)
| 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. |
no outgoing calls