Open kylie-m opened 8 months ago
Flyway is a database migration tool and it allows you to version control your database schema and apply changes in a structured manner. You can include migration scripts with your application and have them executed automatically during integration tests.
Flyway is a database migration tool