timing.database¶
Attributes¶
Classes¶
Async SQLite store for raw step execution history and anomaly flags. |
Module Contents¶
- timing.database.logger¶
- class timing.database.StepTimingDatabase(db_path: str)¶
Async SQLite store for raw step execution history and anomaly flags.
- db_path¶
- async initialize() None¶
Create database and schema if needed.
If the existing database file is corrupted, it is deleted and recreated automatically.