SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible,high-level interface to
SQL databases. This package provides a powerful mapping layer that can work as automatically or
as manually as you choose, determining relationships based on foreign keys or letting you define
the join conditions explicitly, to bridge the gap between database and domain.