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.

link|improve this question
1  
Quoting the documentation mentioned above: "If your database is not on this list, please raise an issue and we'll see what we can do to support it." – Tomasz Nurkiewicz Jan 20 at 9:17
@Tomasz your comment is the answer. Just make it one... :-) – Axel Fontaine Jan 20 at 20:12
@AxelFontaine: this is not technically an answer, but I cannot argue with the creators of the library in questions :-). – Tomasz Nurkiewicz Jan 20 at 20:17
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.