Hacker News new | ask | show | jobs
by margarina72 1102 days ago
The short answer is yes, it is.

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/

1 comments

that's a bit short

It is a wrapper on top of SQLAlchemy AND pydantic – which is what makes both FastAPI and SQLModel interesting.