Users of modelmeta databases will want to check that they are accessing a database with a compatible migration. This function is naturally part of modelmeta, which is defines both migrations and corresponding ORM updates.
The function should consult the table alembic_version and return a boolean indicating compatibility.
Users of modelmeta databases will want to check that they are accessing a database with a compatible migration. This function is naturally part of modelmeta, which is defines both migrations and corresponding ORM updates.
The function should consult the table
alembic_version
and return a boolean indicating compatibility.