Expand description
Repository implementations for team and settings-related database operations.
This module provides traits and implementations for accessing and managing team and settings data in the database.
Modules§
Structs§
- Repository trait defining operations for settings data access.
- Repository trait defining operations for team data access.
Traits§
- Repository trait defining operations for settings data access.
- Repository trait defining operations for team data access.
Type Aliases§
- Type alias for a thread-safe reference-counted pointer to a SettingsRepository implementation.
- Type alias for a thread-safe reference-counted pointer to a TeamsRepository implementation.