jw-python/tools/python/jwutils/db
Jan Lindemann 495cebd769 db.Session: Add
Add database session API to db. This is a breaking change, because
from this commit on, a session object has to be passed to every
query.

This commit also removes any reference to Cmds / App objects. An
instantiated database object can be worked with outside of an App.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-03-10 18:44:39 +01:00
..
query db.Session: Add 2025-03-10 18:44:39 +01:00
schema Fix errors reported by mypy 2025-03-01 07:58:19 +01:00
DataBase.py db.Session: Add 2025-03-10 18:44:39 +01:00
Makefile Add db.rows 2025-01-28 08:11:54 +01:00
rows.py Add db.rows 2025-01-28 08:11:54 +01:00
Session.py db.Session: Add 2025-03-10 18:44:39 +01:00
TableIoHandler.py db: Add TableIoHandler 2025-01-28 14:27:27 +01:00