rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

Running across multiple databases with a Console APP #316

Open ddorazio opened 8 months ago

ddorazio commented 8 months ago

Is there a way to run this on several databases. When I try to use it in a loop it fails with "Unhandled exception. System.InvalidOperationException: The ConnectionString property has not been initialized." Probaly a limitation since the Configuration class instance is a singleton.