AuditLog
Audit trail for your data models, an ORM-agnostic core with a pluggable, async sqlx backend (SQLite & Postgres).
Open sourceauditlog records every create / update / destroy of your models into a single polymorphic audits table, capturing what changed (a diff), who changed it, when, from where, and an optional comment — then lets you query that history and reconstruct any past revision