Reputation: 11
We have seen flyway framework for database migration. We are very keen to implement same in one of our project. We use Sybase database in our project however we did not find Sybase as a supported database in flyway documentation.
Could you please let us know if it does work for Sybase or will Sybase support will come in future.
Upvotes: 1
Views: 1394
Reputation: 3708
I know that this question was asked long time ago, however, i could say that right know Flyway support's Sybase, as you could see on documentation
Right now most common Sybase version is 15.70 which is supported by Flyway 5.X community edition and Flyway 6.X enterprise edition.
Upvotes: 0
Reputation: 340993
Quoting the documentation :
If your database is not on this list, please raise an issue and we'll see what we can do to support it.
On one hand Flyway only executes SQL statements. On the other hand it needs to be database dialect-aware (statement delimiters, comments) to split SQL statements correctly. I guess it is not a big issue to support Sybase, but looks like it is not supported yet.
If you raise an issue, make sure to post a link to it here.
Upvotes: 2