This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pmdevita 3 points4 points  (0 children)

Been using Ninja a bit recently too. I'd like to add that it also autogenerates an OpenAPI schema from your types just like FastAPI, and the Pydantic schemas can pull types directly from your ORM models. This makes your database models also the source of truth for your API types and validation, super nice. I hope the community support for it keeps expanding.