Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-27 | patman: Add a simple database implementation | 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 <sjg@chromium.org> |