There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Managing the state of your application (database) is a sometimes difficult, that why I believe database migration is an essential knowledge for any backend engineer. In this demo project, I have created a simple example to deal with database migration using flyway dependencies.