How to do Migrations and versioning with Firebird database?

Asked

Viewed 456 times

1

I recently found this site Flyway DB where, from what I understand, it is possible to create Migrations and control the version of the database. However, I don’t think it supports Firebird. Is there a similar tool with Firebird support? Or is it possible to use Flyway DB somehow with Firebird?

  • André, this supports Firebird: http://www.liquibase.org/index.html (http://www.liquibase.org/databases.html)

  • Thank you so much for your help!

  • The liquibase can meet your demand?

  • From what I understand it seems to me to be a little complicated to use. I need to study a little more about it. But I used the Entity Framework with SQL and remember that there I created Migrations that contained the changes made to the database. The liquibase follows the same idea?

1 answer

1

Yes liquibase follows the same idea. Basically it is to create changesets within the liquibase and run it for updates to be performed.

  • 1

    Place the link to the base or, better yet, an example of how to do this with it :)

  • Alexandre can complete the answer here? basically explaining a little more and giving examples?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.