Reviews from AWS Marketplace
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
External reviews are not included in the AWS star rating for the product.
lifesaver for developers
What do you like best about the product?
I used Flyway(Version control) in the last two companies and my projects; it's like magic.
1. easy to integrate.
2. no need to much worried about the DMLs and DDL changes in your database, has to write sql queries and flyway will run them according to the versions.
3.easy to debug. If any query fails can look into the version table and can rerun your scripts.
4. repair method is again a lifesaver(you can enable or disable it).
1. easy to integrate.
2. no need to much worried about the DMLs and DDL changes in your database, has to write sql queries and flyway will run them according to the versions.
3.easy to debug. If any query fails can look into the version table and can rerun your scripts.
4. repair method is again a lifesaver(you can enable or disable it).
What do you dislike about the product?
1. nothing as such I like it and will recommend using this as it's highly reliable and easy to work with the tool.
What problems is the product solving and how is that benefiting you?
As a developer, when you are developing something, there are lots of database changes that happen over some time. and the developer has to keep the database up to date constantly. So, either developer has to manually run the queries (which is very difficult to maintain and prone to errors). so flyway will do that for you. Just integrate with your code and use it.
- Leave a Comment |
- Mark review as helpful
10 Years as System Engineer
What do you like best about the product?
Preventing Database mismatch when working with multiple environments.
What do you dislike about the product?
Not easy to change a migration after it's been checked in.
What problems is the product solving and how is that benefiting you?
Allows to recreate database from the scratch.
showing 21 - 22