fastapi-alembic-setup

Installation
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
Repository
smithery/ai
First Seen
fastapi-alembic-setup — smithery/ai