sqlalchemy-migrate
Database schema migration for SQLAlchemy
Database schema migration for SQLAlchemy
To install this package, run one of the following:
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with database schema changes in SQLAlchemy projects.
Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.
Summary
Database schema migration for SQLAlchemy
Information Last Updated
Apr 22, 2025 at 14:56
License
MIT
Total Downloads
63.0K
Platforms
GitHub Repository
https://github.com/openstack/sqlalchemy-migrateDocumentation
https://sqlalchemy-migrate.readthedocs.io/en/latest/