Database Migration Tool
Robust version control tool for databases with support for SQL-based migrations. While not Python-specific, widely used in the community and easily integrated into Python projects for database schema management.
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.
Database Migrations for Flask
Extension that handles SQLAlchemy database migrations for Flask applications using Alembic. Provides command-line tools to manage and automate database migrations in Flask projects.