pg-triggers
JSON →pg-triggers is a PostgreSQL trigger-based auditing library (v0.4.6, maintained intermittently) that automatically records changes to tables (INSERT, UPDATE, DELETE) into changelog tables. It uses PSQL scripts and requires manual enabling per table via the `enance_table` function. Differentiates from other auditing extensions by being lightweight and SQL-only (no PG extensions).
Resources
packagepg-triggers ↗