leaguemanager.services.participation.managing¶
Module Contents¶
Classes¶
Handles database operations for “managing” data. |
|
Handles database operations for “managing” data. |
Data¶
API¶
- leaguemanager.services.participation.managing.__all__¶
[‘ManagingService’, ‘ManagingAsyncService’]
- class leaguemanager.services.participation.managing.ManagingService¶
Bases:
leaguemanager.services.base.SQLAlchemySyncRepositoryServiceHandles database operations for “managing” data.
- class Repo¶
Bases:
advanced_alchemy.repository.SQLAlchemySyncRepository[leaguemanager.models.Managing]Managing repository.
- model_type¶
None
- repository_type¶
None
- class leaguemanager.services.participation.managing.ManagingAsyncService¶
Bases:
leaguemanager.services.base.SQLAlchemyAsyncRepositoryServiceHandles database operations for “managing” data.
- class Repo¶
Bases:
advanced_alchemy.repository.SQLAlchemyAsyncRepository[leaguemanager.models.Managing]Managing repository.
- model_type¶
None
- repository_type¶
None