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
1
GitHub Stars
3
First Seen
Mar 9, 2026
fastapi-alembic-setup — agusmdev/burntop