Aside for Django projects.
I would also point to SQLModel[1] by the same dev who made FastAPI
But it is just wrapper on top of SQLAlchemy.
1: https://sqlmodel.tiangolo.com/
It is a wrapper on top of SQLAlchemy AND pydantic – which is what makes both FastAPI and SQLModel interesting.
It is a wrapper on top of SQLAlchemy AND pydantic – which is what makes both FastAPI and SQLModel interesting.