Do I need to use SQLAlchemy sessions?
The official tutorial for SQLAlchemy provides examples that make use of the session system, such as the following: >>> from sqlalchemy.orm import sessionmaker >>> Session =