migration

[1/1]

  1. Undoing Database Changes in Django: Backwards Migrations with Django South (Deprecated)
    Django: A popular Python web framework that facilitates the development of web applications.Migrations: A mechanism in Django to manage changes to your database schema over time
  2. Alternate Methods to sqlalchemy-migrate (Alembic) for Database Schema Migrations in Python
    Alembic is a popular Python library that simplifies managing database schema changes (migrations) when you're using SQLAlchemy