leaguemanager.services.competition.league_properties¶
Module Contents¶
Classes¶
Handles database operations for league properties data. |
|
Handles database operations for league properties data. |
Data¶
API¶
- leaguemanager.services.competition.league_properties.__all__¶
[‘LeaguePropertiesService’, ‘LeaguePropertiesAsyncService’]
- class leaguemanager.services.competition.league_properties.LeaguePropertiesService¶
Bases:
leaguemanager.services.base.SQLAlchemySyncRepositoryServiceHandles database operations for league properties data.
- class Repo¶
Bases:
advanced_alchemy.repository.SQLAlchemySyncRepository[leaguemanager.models.LeagueProperties]LeagueProperties repository.
- model_type¶
None
- repository_type¶
None
- class leaguemanager.services.competition.league_properties.LeaguePropertiesAsyncService¶
Bases:
leaguemanager.services.base.SQLAlchemyAsyncRepositoryServiceHandles database operations for league properties data.
- class Repo¶
Bases:
advanced_alchemy.repository.SQLAlchemyAsyncRepository[leaguemanager.models.LeagueProperties]LeagueProperties repository.
- model_type¶
None
- repository_type¶
None