// Repositories Module
// Re-exports all repository implementations
pubmodscan_repository;// Re-export for convenience
pubusescan_repository::ScanRepositoryImpl;// Note: Other repositories follow the same pattern as scan_repository
// They are implemented inline in the database.rs module for brevity