--- 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_`).