summaryrefslogtreecommitdiff
path: root/3 Resources/SQLAlchemy/2.0 query style operator reference.md
blob: 5161d1c48e284645b0bdffed10415c8e507ca8aa (plain)
1
2
3
4
5
6
7
---
tags:
  - sqlalchemy
references:
  - https://docs.sqlalchemy.org/en/20/core/operators.html
---
The referenced link is very useful when working with the 2.0-style query. For example, i was figuring out how to add a IN clause to a query and it's documented in there (`in_`).