Trigger-based table audit history with stable UUID record identities and JSONB row versions.
pgext.cloud · Source code · Website · Documentation · License text · Control file
| Package | kiwicopple-supa_audit |
|---|---|
| Version | 0.3.1 |
| PostgreSQL versions | 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Archived |
| Vendor | Supabase |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | audit |
| Stars | 672 |
| Latest commit | 2024-01-02 |
| Latest release | 2024-01-07 |
| Catalogue updated | 2026-08-30 |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| pgmemento | Transaction-based audit trail with schema versioning |
| pg-audit-json | Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs. |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| table_log | record table modification logs and PITR for table/row |
| pg_audit | An extension for creating audit tables |
| tablelog | Trigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL. |
| log_entries | Row trigger that records who changed a row and when |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| recall | Tracks table changes in per-table _log tables for timestamp-based history queries. |
| cyanaudit | Cyan Audit core extension |