The SQLAlchemy ORM is built on top of SQLAlchemy Core. For example, although model classes use Column
objects, they are part of the core and more relevant documentation will be found there.
The main parts of the ORM are the session, query, and mapped classes (typically using the declarative extension in modern SQLAlchemy.)