Local DB Resolver Instance Name Setting
Published 15 January 2025
Description
The instance name of your SQL Server local DB.
This is most commonly MSSQLLocalDB.
Type
String
Default
none
Usage
Flyway Desktop
This can be set from the connection dialog for SQL Server project by selecting the jTds driver.
Command-line
./flyway info -environments.development.resolvers.localdb.instanceName='MSSQLLocalDB'
TOML Configuration File
[environments.development.resolvers.localdb]
instanceName = "MSSQLLocalDB"