leaguemanager.services.base¶
Module Contents¶
Classes¶
AdvancedAlchemy introduced attrs out-of-the-box support with v1.5 |
|
AdvancedAlchemy introduced attrs out-of-the-box support with v1.5 |
API¶
- class leaguemanager.services.base.SQLAlchemySyncRepositoryService¶
Bases:
advanced_alchemy.service.SQLAlchemySyncRepositoryServiceAdvancedAlchemy introduced attrs out-of-the-box support with v1.5
This class used to provide a
to_modelmethod for compatability with attrs defined Models. This will be removed in a future version.
- class leaguemanager.services.base.SQLAlchemyAsyncRepositoryService¶
Bases:
advanced_alchemy.service.SQLAlchemyAsyncRepositoryServiceAdvancedAlchemy introduced attrs out-of-the-box support with v1.5
This class used to provide a
to_modelmethod for compatability with attrs defined Models. This will be removed in a future version.