summaryrefslogtreecommitdiff
path: root/tools/patman/database.py
AgeCommit message (Collapse)Author
2025-05-27patman: Add a simple database implementationSimon 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>