[TOC]
ORM Components What is the Object Relational Mapper (ORM) in SQLAlchemy?
The SQLAlchemy Object Relational Mapper presents a method of associating user-defined Python classes with database tables, and instances of those classes (objects) with rows in their corresponding tables.