I am looking to extend on top of or use an existing tool for the purpose of database migrations. As we have applications in different languages, I need the tool to be language independent. I came across dbmate which solves my use case but Go language and its lack of support for MSSQL had me have it as a last option.
I see that Alembic is widely popular too. Any insights as to how this tool works with non-python applications? If I were to extend it to be language-independent how much effort would that require?
Thanks in Advance!