P
Programming
Software development tutorials and talks
Python FastAPI Tutorial (Part 15): PostgreSQL and Alembic - Database Migrations for Production
In this video, we'll be making our database setup production-ready by moving from SQLite to PostgreSQL and introducing Alembic for database migrations. We'll cover how to install and configure PostgreSQL locally, how to replace SQLite and create_all with a proper migration workflow, how to set up Al...