Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Supa_audit Alternatives
Similar projects and alternatives to supa_audit
-
yugabyte-db
YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
sirix
SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
-
-
-
nfcompose
Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are backed by postgres and support automatic consumer webhook notifications on data changes out of the box.
-
audit-trigger
Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
-
audit-trigger
Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit. (by cmabastar)
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
supa_audit discussion
supa_audit reviews and mentions
-
Implementing system-versioned tables in Postgres
this approach is also available as an extension here:
https://github.com/supabase/supa_audit
it uses a slightly more generic implementation so that you can easily turn on/off auditing. i.e.
select audit.enable_tracking('public.account'::regclass);
- Table Auditing in PostgreSQL with Supa_audit
- Postgres Auditing in 150 lines of SQL
-
A note from our sponsor - InfluxDB
influxdata.com | 20 Apr 2025
Stats
supabase/supa_audit is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of supa_audit is PLpgSQL.