Skip to content
DocsTry Aspire
DocsTry

addFlyway

Method
📦 CommunityToolkit.Aspire.Hosting.Flyway v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addFlyway(
name: string,
migrationScriptsPath: string): FlywayResource;
}

Signature

methodaddFlywaybuilder
addFlyway(
name: string,
migrationScriptsPath: string): FlywayResource
namestring
migrationScriptsPathstring
FlywayResource

Applies to

This method applies to the following types: