Using Script Migrations to manage data
Published 09 January 2023
Flyway Teams/Enterprise also supports the use of scripting languages as migrations (e.g., Bash or PowerShell). A Script Migration could be used to load data as part of a migration (e.g., V001.001__InsertTestData.bat).
Learn more about Script Migrations.
Read an example of using PowerShell to Bulk Load Data in SQL Server.