alembic

Community

Migrate databases safely with versioned scripts.

Authormanutej
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Alembic provides version-controlled database migrations, enabling safe schema changes with upgrade/downgrade paths, reproducibility across environments, and rollbacks for customer-support data schemas.

Core Features & Use Cases

  • Manual & Autogenerate Migrations: Create precise migrations or auto-detect changes.
  • Downgrade & Rollback: Safely revert migrations in production.
  • SQLAlchemy Integration: Seamless work with SQLAlchemy models.
  • Testing Migrations: Validate migrations with pytest fixtures.

Quick Start

Create and apply a new migration to add a column to tickets.

Dependency Matrix

Required Modules

alembic>=1.13.0sqlalchemy>=2.0.0psycopg2-binary>=2.9.0pytest>=7.0.0

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: alembic
Download link: https://github.com/manutej/luxor-claude-marketplace/archive/main.zip#alembic

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository