3
0
Fork 0

docs: tweak glossary for db session

This commit is contained in:
Lance Edgar 2025-01-12 18:45:23 -06:00
parent ce79346f76
commit 174a17dd5e

View file

@ -182,8 +182,9 @@ Glossary
The "session" is a SQLAlchemy abstraction for an open database The "session" is a SQLAlchemy abstraction for an open database
connection, essentially. connection, essentially.
In practice this generally refers to a For the :term:`app database`, the class used is
:class:`~wuttjamaican.db.sess.Session` instance. :class:`~wuttjamaican.db.sess.Session`; other databases may use
different classes.
email handler email handler
The :term:`handler` responsible for sending email on behalf of The :term:`handler` responsible for sending email on behalf of