skills/smithery.ai/fastapi-alembic-setup

fastapi-alembic-setup

SKILL.md

FastAPI Alembic Setup

Overview

This skill covers setting up Alembic for database migrations with async SQLAlchemy 2.0 and PostgreSQL.

Initialize Alembic

# Initialize alembic in the project root
uv run alembic init alembic

Create alembic.ini

Create/update alembic.ini in project root:

# Alembic Configuration
Installs
5
First Seen
Mar 31, 2026