feat(db): users table + repository (create/by_id/by_email/list), audited

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 14:37:43 +02:00
parent 9597a42eeb
commit f8ec2d7cf1
4 changed files with 233 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ pub mod authority;
pub mod catalog;
pub mod fields;
pub mod seed;
pub mod users;
pub mod vocab;
use sqlx::postgres::{PgPool, PgPoolOptions};