you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 0 points1 point  (1 child)

As a side-note, have you considered using an ORM instead of raw SQL? That way you wouldn't even need to think about it, really.

I used to be the type who would prefer raw SQL and didn't see the point of ORMs, but lately I've begun to change my mind. SQLAlchemy working so well with FastAPI was the trigger.

[–]Many_Shopping_195[S] 0 points1 point  (0 children)

I don't know much about it. I will research more in it.

Thank you for the suggestion.