Setup FastAPI Project with Async SQLAlchemy 2, Alembic, PostgreSQL and Docker
In this blog post, I'll show creating a FastAPI project using SQLAlchemy version 2 with asyncio and Alembic. I'll use PostgreSQL as the database and show how to Dockerize the project at the end.