alembic==1.18.5
# A database migration tool for SQLAlchemy.
$ pip install alembic
downloads/wk
48,110,260
license
—
version
1.18.5
python
>=3.10
What is alembic?
Alembic is a lightweight database migration tool that works with SQLAlchemy to help you manage schema changes across different database versions. Developers use it to version control database structure, automatically generate migration scripts, and safely apply or rollback changes to production databases without manually writing SQL.
Dependencies (5)