//! Persistence layer for the files domain.
//!//! Exposes [`FileRepository`], the SQLx-backed entry point for file rows and
//! their content associations, together with its [`InsertFileRequest`] builder
//! and [`FileStats`] aggregate.
modai;modcontent;modfile;pubusefile::{FileRepository, FileStats, InsertFileRequest};