일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Continuous Deployment
- Continuous Delivery
- racecondition
- CI
- testcase
- Python
- Git
- to_attr
- docker
- DRF
- django
- nestedfunction
- QuerySet
- DjangoRestFramework
- aggregate
- Transaction
- aws
- 백준
- 도커
- 코루틴
- EC2
- Prefetch_related
- Coroutine
- DjangoCache
- F객체
- apitestcase
- annotate
- database
- CD
- dry-yasg
- Today
- Total
목록FastAPI (2)
BackEnd King KY

SQLAlchemy에서 Django select_related 구현 Django의 select_related는 필요한 데이터를 SQL상에서 Join을 통해 가져오는 Eager Loading이란 특징을 가지고 있는 ORM 문법입니다. FastAPI를 하며 SQLAlchemy를 사용하고 있는데, Django의 이 기능을 SQLAlchemy에서 어떻게 구현하고 있는지 찾아보게 되었습니다. 출처는 SQLAlchemy 공식문서입니다. 티스토리로 보기 불편하실 경우, Github에서 보실 수 있습니다. joinedload SQLAlchemy 공식문서에선 아래와 같이 나와 있습니다. In the Object Relational Tutorial, we introduced the concept of Eager Loadi..

psycopg2-binary 2.8.6 버전 설치 시 발생했던 에러 어떻게 이름을 써야할 지 몰라 제목을 이렇게 쓰게 되었습니다. 문제 FastAPI 프로젝트를 위해 psycopg2-binary를 설치하는데, 2.8.6 버전으로 설치하려고 하니 에러가 발생했습니다 ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command '/usr/bin/clang' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is like..