feat: add basic db handler, for tracking counter values
more to come i'm sure, this is all i need so far
This commit is contained in:
parent
80a983f812
commit
51accc5a93
7 changed files with 177 additions and 2 deletions
|
@ -128,6 +128,14 @@ Glossary
|
|||
Most :term:`apps<app>` will have at least one :term:`app
|
||||
database`. See also :doc:`narr/db/index`.
|
||||
|
||||
db handler
|
||||
The :term:`handler` responsible for various operations involving
|
||||
the :term:`app database` (and possibly other :term:`databases
|
||||
<database>`).
|
||||
|
||||
See also the :class:`~wuttjamaican.db.handler.DatabaseHandler`
|
||||
base class.
|
||||
|
||||
db session
|
||||
The "session" is a SQLAlchemy abstraction for an open database
|
||||
connection, essentially.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue