4
GTom
5y

!python/ORM

Someone got quality tutorial/blog about Sqlalchemy ?

Even tho I am dealing with py+flask+sqlalchemy last 3 years I am still able to get super confused about contexts/syntaxes.

(Model.query vs session.query(Model), etc.)
😪

Comments
  • 1
    Only from books man :( and its quite allright, i have known sqlalchemy for years and shit is still confusing, but i prefer to write my own sql so I am biased.
  • 0
    @AleCx04
    Thats actually what I've done the most time and what I have now - simple sql query string but I need to get it working in sqlalchemy realm.
  • 0
    @sciobotaru it really is and it is better documented as well.
Add Comment