Enterprise applications ( not POC - Proof Of Concepts and small applications) needs some changes in the database while using or enhancing existing application, in this scenario most of the cases database schema might not be updated manually.
To avoid manually updating of database schema in production server we need to use database migration tools.
Flyway is one of the java based database migration tool.
To avoid manually updating of database schema in production server we need to use database migration tools.
Flyway is one of the java based database migration tool.
Post a Comment
Post a Comment