<@U03QKFE9V6W> Is it possible to use Flyway to man...
# questions-and-troubleshooting
s
@Rocky Is it possible to use Flyway to manage StarRocks database schema ?
m
@Simon Paradis not that I'm aware of. I think we invested on Alembic. https://docs.starrocks.io/docs/integrations/smt/starrocks_sqlalchemy/
s
I did not have time to try it yet. We used to run alembic in the past for PG and didn't really like it versus the plain "versionned sql file" dump approach of flyway.
We might fallback to alembic then if flyway cannot work
m
I know Flyway was one of the options that my Enterprise Integration R&D team considered and maybe it will come in the future. But implementation wise they thought Alembic would be faster and more flexible, attending more use cases and a larger customer base.