leaguemanager.services.base

Module Contents

Classes

SQLAlchemySyncRepositoryService

AdvancedAlchemy introduced attrs out-of-the-box support with v1.5

SQLAlchemyAsyncRepositoryService

AdvancedAlchemy introduced attrs out-of-the-box support with v1.5

API

class leaguemanager.services.base.SQLAlchemySyncRepositoryService

Bases: advanced_alchemy.service.SQLAlchemySyncRepositoryService

AdvancedAlchemy introduced attrs out-of-the-box support with v1.5

This class used to provide a to_model method for compatability with attrs defined Models. This will be removed in a future version.

class leaguemanager.services.base.SQLAlchemyAsyncRepositoryService

Bases: advanced_alchemy.service.SQLAlchemyAsyncRepositoryService

AdvancedAlchemy introduced attrs out-of-the-box support with v1.5

This class used to provide a to_model method for compatability with attrs defined Models. This will be removed in a future version.