We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate the intersection between alembic (https://alembic.sqlalchemy.org/en/latest/front.html#installation) and sql alchamy and make sure they work together cleanly (how it tracks versions).
SqlAlchemy does create DDL so will have to figure out the separation of concerns.
https://www.sqlite.org/lang_altertable.html#otheralter Sqlite quirks: https://alembic.sqlalchemy.org/en/latest/batch.html
The text was updated successfully, but these errors were encountered:
mikeldking
No branches or pull requests
Investigate the intersection between alembic (https://alembic.sqlalchemy.org/en/latest/front.html#installation) and sql alchamy and make sure they work together cleanly (how it tracks versions).
SqlAlchemy does create DDL so will have to figure out the separation of concerns.
https://www.sqlite.org/lang_altertable.html#otheralter
Sqlite quirks: https://alembic.sqlalchemy.org/en/latest/batch.html
Messy migration paths
The text was updated successfully, but these errors were encountered: