close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 30, 2018, 10:52:13 AM (7 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | = 2018-03-30 = |
| 2 | |
| 3 | == Liquibase vs Flyway == |
| 4 | |
| 5 | * 面對不同版本之間的 DataBase Schema 異動,需要一些管理工具,目前聽到兩套,一套是 Liquibase 另一套是 Flyway |
| 6 | * 先來看一下兩套的差異比較 |
| 7 | * https://stackshare.io/stackups/flyway-vs-liquibase |
| 8 | * https://reflectoring.io/database-refactoring-flyway-vs-liquibase/ (Updated: 2017-05-14) |
| 9 | {{{ |
| 10 | both are mainly maintained by a single person and not by a large team. |
| 11 | }}} |