SQLAlchemy에서 Table Join을 복잡하게 하는 경우가 많아, 가급적 쉬운 방법을 찾아보았다. 전체소스 코드 : https://github.com/armyost/hexagonalSample/tree/main GitHub - armyost/hexagonalSample: This is python Sample with Hexagonal Architecture This is python Sample with Hexagonal Architecture. Contribute to armyost/hexagonalSample development by creating an account on GitHub. github.com 1-1) src/app/domain/models/user.py 에 Class 모델 ..