Stop Building Heavy Audit Logs for SQLite. This Zero-Dependency Trick Does Time Travel.
You don’t need a massive event-sourcing architecture to debug historical SQLite states. By leveraging OS-level file modification timestamps (mtime) and WAL file awareness, this zero-dependency trick offers a pragmatic, lightweight approach to database time travel. Stop building heavy audit logs and start using what the filesystem already tracks.