awesome-postgres icon indicating copy to clipboard operation
awesome-postgres copied to clipboard

Add Flyway

Open MikielAgutu opened this issue 4 years ago • 0 comments

Add Flyway. Develop Postgres DBs using migration scripts.

Features:

  • SQL-based migrations
  • Java-based migrations
  • Repeatable migrations
  • Placeholder replacement
  • Callbacks
  • Custom migration resolvers/executors
  • Safe for multiple nodes in parallel
  • Native SQL dialect support (PL/SQL, SQLPL, T-SQL, ...)  
  • Java 8 / 9 / 10 / 11 / 12 compatibility

MikielAgutu avatar Oct 29 '19 11:10 MikielAgutu