Thanks for checking in! We have something in the works to support standard migration runners like flyway. The main issue(s) that we want to solve are -
provide a way to run schema migrations across all installations (databases) of your app
support for scheduling DDL requests,
Support batching and retries
Dev Ex - developers trigger schema migration runs when explicitly required. Additionally, schema migrations are triggered when apps are installed for the first time.
End-user observability on the status and history of migration workflows.
We will launch a public RFC with our current thinking and get the community’s feedback on the solution.