Corey Schafer

Corey Schafer

Creator
0 followers

High-quality Python tutorials foundational for AI and data science

Python FastAPI Tutorial (Part 15): PostgreSQL and Alembic - Database Migrations for Production
VideoApr 3, 2026

Python FastAPI Tutorial (Part 15): PostgreSQL and Alembic - Database Migrations for Production

The video walks developers through converting a FastAPI tutorial project from a development‑only SQLite database to a production‑ready PostgreSQL setup, and introduces Alembic for managing schema migrations. It explains why SQLite’s file‑based model and the use of create_all() are unsuitable...

By Corey Schafer