Question: Is it possible to create a new DB in a migration script and then connect to it? How?
My Scenario: I\'m trying to use flyw
I dont know if this is even possible to do in flyway.
Flyway is intended to connect to an already existing database (whether it is empty or not). It also would be a good practice to keep your database creation separate from your database migrations.