feat(db): add append-only audit repository (record, history_for)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 07:52:16 +02:00
parent 01c42837d1
commit 87b016a56c
4 changed files with 168 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
//! Database access. All SQL lives in this crate.
pub mod audit;
use sqlx::postgres::{PgPool, PgPoolOptions};
/// A handle to the organization's PostgreSQL database.