feat(db): add vocabulary/term repository with multilingual labels

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 08:48:51 +02:00
parent cc1fbf5b7d
commit 5dc07ddf4c
3 changed files with 256 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
//! Database access. All SQL lives in this crate.
pub mod audit;
pub mod vocab;
use sqlx::postgres::{PgPool, PgPoolOptions};