I used Alembic with SQL alchemy, and the autogenerate option worked great. In my new company, we use Peewee as ORM. Is it possible to make Alembic autogenerate work with Peewee as well?
I looked in the docs https://alembic.sqlalchemy.org/en/latest/autogenerate.html and there were a lot of SQL alchemy mentions, but I couldn't find something that says it will work only on SQL alchemy