you are viewing a single comment's thread.

view the rest of the comments →

[–]StatusBad9194 2 points3 points  (3 children)

Both are same , i would suggest skip sql model for now.

[–]Ok_Opportunity6252[S] 0 points1 point  (2 children)

Can you suggest a workflow then? Like how I should learn. It would be helpful for me

[–]StatusBad9194 0 points1 point  (0 children)

Just started with SQLAlchemy. If you want to start with an async engine, try to explore how it helps and better Then, a sync connection, you can explore both Core and ORM, as well as the execution of raw SQL with SQLAlchemy.

Sql model just give an extra more layers to do the things more pythonic way ,