// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Pierre Gronau, ndaal in Cologne
//! CSAF data models, `SQLite` management, and user models.
//!
//! This crate provides:
//! - Full CSAF 2.0 and 2.1 document serde types
//! - Provider metadata model
//! - `SQLite` connection pool with WAL mode
//! - User and audit log models
// Test-only relaxations. Production code remains strict.
pub use DbPool;