Schema Versioning for SQLAlchemy
Provides a way to deal with database schema changes in SQLAlchemy projects. Extends SQLAlchemy to have database schema versioning and migration capabilities for managing database evolution.
Contains affiliate links
Explore similar tools in the Database Migration Tools category that complement SQLAlchemy-Migrate for your data engineering projects.
Built-in Django Migration Framework
Django's powerful built-in migration framework that comes bundled with Django. Allows you to change your database schema without losing data using a simple and intuitive API.