How to do migrations and versioning with firebird database?

1

I recently found this site Flyway DB where, as far as I understand, it is possible to create migrations and control the version of the database. But I do not think it supports Firebird. Is there any similar tool with firebird support? Or is it possible to use Flyway DB in some way with firebird?

    
asked by anonymous 12.08.2015 / 22:24

1 answer

1

Yes, the liquibase follows the same idea. Basically it is to create changesets inside the liquibase and to execute it so that the updates are realized.

    
14.08.2015 / 18:20