Description
Adds version history and auditing support to SQLAlchemy models so applications can track how database rows change over time. It is useful for systems that need change logs, undo-like history, or accountability around records.
Developers use it inside database applications. Versioning can store sensitive historical data, so design retention, privacy, and cleanup policies before enabling it broadly.