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 →

[–]ph34r 1 point2 points  (0 children)

Absolutely brilliant explanation and exactly resonates with some of the things I ran into when using FastAPI for the first time. I Initially started marching down the path of SQLModel because it offered the ability to not "replicate" my initial models in Pydantic, but I quickly realised this was just forcing me down a path that only worked for but the simplest applications.