-
## 하위 Task 리스트
- [x] FastAPI 초기 아키텍처 설계 - MVC 패턴을 참고하여 마이크로 서비스에 적합한 아키텍처 설계
- [x] Docker을 사용하여 PostgreSQL 컨테이너 만들고 FastAPI 연동하기 (비동기 데이터베이스 세션)
- [x] http 상태코드 커스터마이징
- [x] 미들웨어 설정 추가하기 ( 관련 내용 학습 필…
-
# Feature Request: Support for Synchronous Database Sessions
## Is your feature request related to a problem?
No, this is a new feature proposal.
## Proposed Solution
I'd like to discuss optio…
-
- Parent Issue: #771
### Overview
The goal of this task is to migrate the existing Flask codebase to FastAPI to improve performance, flexibility, and development speed. FastAPI offers features suc…
-
Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below.
It is of course not always possible to reduce your code to a small test case,…
-
Currently it would appear that sorting based off of join's fails within the admin interface.
Example table code:
```py
class ProjectAutomation(Table):
id = UUID(primary_key=True, default=uui…
-
SQLAlchemy supports a built in [get](https://docs.sqlalchemy.org/en/13/orm/query.html#sqlalchemy.orm.query.Query.get) this is used in `crud.delete` but note `crud.get`, changing this will greatly enha…
-
The first line of the `CRUDBase` update method is:
`obj_data = jsonable_encoder(db_obj)`
This now stack overflows when using fastapi 0.61. We need an updated base CRUD pattern in this project, a…
-
As this repo strives to be the template for production-ready FastAPI + async SQLAlchemy, it would be nice to integrate fastapi_pagination library, since it has support for async SQLAlchemy as well:
h…
-
**Describe the bug or question**
This is both an issue and a suggestion that will make breaking changes.
Issue: The returned dict from get_multi is not typed properly. For example,
```python
a…
-
I've noticed that in readme you said "Compatible with any OpenAI API models", is there any guide for that?