feat(db): add catalogue object create/read/list with audit on create

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 09:24:03 +02:00
parent 95357f01dd
commit e0c0187f29
4 changed files with 262 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
pub mod audit;
pub mod authority;
pub mod catalog;
pub mod vocab;
use sqlx::postgres::{PgPool, PgPoolOptions};