alembic — Easy Playground
Database migration tool for SQLAlchemy
Getting started with alembicRun locally
Install
pip install alembicPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: alembic)
alembic is a third-party package. Database migration tool for SQLAlchemy. Install with: pip install alembic
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?