I'm trying to build a process of refactoring, testing and deployment of my databases. After some kind of research I found liquibase as a nice tool for managing my database versions. As well similar kind of jobs could be done with just mysql binary logs.
Could you tell me are there any benefits of liquibase above mysql binary logs?