Re: [PATCH 09/25] patman: Add a simple database implementation

2025-05-23 Thread Simon Glass
For recording series information, patman needs a database. Add a module which uses sqlite3 for this. It has a basic schema, enough to support a series subcommand. Signed-off-by: Simon Glass --- tools/patman/__init__.py | 3 +- tools/patman/database.py | 823 +++

[PATCH 09/25] patman: Add a simple database implementation

2025-05-10 Thread Simon Glass
For recording series information, patman needs a database. Add a module which uses sqlite3 for this. It has a basic schema, enough to support a series subcommand. Signed-off-by: Simon Glass --- tools/patman/__init__.py | 3 +- tools/patman/database.py | 823 +++