pg-triggers

JSON →
library 0.4.6 ·javascript
verified Jun 5, 2026

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).