fastapi-async-db
There are 3 repositories under fastapi-async-db topic.
jonra1993/fastapi-alembic-sqlmodel-async
This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
testdrivenio/fastapi-sqlmodel-alembic
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
solnsumei/fastapi-template
Starter template for building REST APIs using FastAPI and Tortoise-ORM