https://docs.sqlalchemy.org/en/14/orm/queryguide.html#joins
ORM Querying Guide — SQLAlchemy 1.4 Documentation
The select() construct accepts ORM entities, including mapped classes as well as class-level attributes representing mapped columns, which are converted into ORM-annotated FromClause and ColumnElement elements at construction time. A Select object that con
docs.sqlalchemy.org
'Python > SQLAlchemy' 카테고리의 다른 글
(스크랩 ) ★★ sqlalchemy async session execute 'where', 'order by', 'limit' (feat. Top N & Bottom N 쿼리) (0) | 2022.01.18 |
---|---|
(스크랩) Lazy loading? Eager loading? (feat. async와 lazy loading 관계) (0) | 2022.01.07 |