/// SQLite content/user repositories: re-exported from `paladin-storage` when the
/// `storage-sqlite` feature is active; falls back to the facade-local copy otherwise.
pub use sqlite_content_repository;
pub use sqlite_user_repository;
/// MySQL content repository: available only when the `storage-mysql` feature is active.
pub use mysql_content_repository;