feat(db): add authority repository with multilingual labels

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