We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
@benzamin0 자 시작해 볼까요? ㅋㅋ
Sorry, something went wrong.
회의록
@benzamin0
기본 프로젝트 구조 (커스터마이징 필요한 부분들에 대한 샘플 클래스 포함)
/ sampleapp |-- domain : models.py, aggregates.py |-- adapters : orm-mapper.py |-- services : sample-svc.py |-- routes : sample-route.py `-- tests |--- unit |--- integration `--- e2e
[orm-mapper.py] from fastmsa.orm import AbstractRepository from ..models.aggregates import MyAggregate class MyAggregateRepository(AbstractRepository[MyAggregate]): ...
ORM 추상 클래스, Repository 추상 클래스, UoW 추상 클래스
get
add
@get def get_clothes(): ...
집에가서 할일
@benzamin0 오늘 회의록 대로 진행하는 것으로하고 Issue 는 Close 하겠습니다!
cloudeyes
No branches or pull requests
The text was updated successfully, but these errors were encountered: