alembic

Installation
SKILL.md

Alembic

Overview

Alembic is the migration tool for SQLAlchemy. It tracks database schema changes as versioned Python scripts — like Git for your database. Supports autogeneration from model changes, branching, and data migrations.

Instructions

Step 1: Setup

pip install alembic
alembic init alembic
Installs
2
GitHub Stars
128
First Seen
Jun 8, 2026
alembic — terminalskills/skills