Expand description
§Team Database Module
This module contains the database models and repositories for team-related data.
Modules§
- model 🔒Team-related database models and types.
- Repository implementations for team and settings-related database operations.
Structs§
- Repository trait defining operations for settings data access.
- Repository trait defining operations for team data access.
- Represents a team setting in the database.
- Represents a team entity in the database.
Enums§
- Represents the detailed plan type stored in the database.
- Represents the simplified plan status of a team.
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.