// database-migrations
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.
Python data engineers use Django migrations to manage schema evolution for Django-backed data applications, internal tooling, and operational databases. Migrations provide a version-controlled history of schema changes that can be replayed in any environment. In data engineering contexts, Django's ORM and migration system are used to manage metadata stores, pipeline configuration databases, and lightweight data catalogue applications built with Django.
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.
Yes, Django Migrations is free to use.
Django Migrations is listed under the Database Migration Tools category on Python Data Engineering.
Details
Related
| Tool | Pricing | Rating | |
|---|---|---|---|
AL Alembicfeatured Database Migrations for SQLAlchemy | Free | ★ 4.7 | → |
FM Flask-Migrate Database Migrations for Flask | Free | ★ 4.5 | → |
YM yoyo-migrations Database Schema Migration Tool | Free | ★ 4.3 | → |