youngjoon kim
@bigdream96097540
Reviews Written
5
Average Rating
4.8
The introduction is empty
Posts
Q&A
파일,메모리 DB생성에서 default_table이 작동하지 않습니다.
TinyDB 공식 레퍼런스 변경사항입니다. v4.0.0 (2020-05-02) Attributes removed from TinyDB in favor of customizing TinyDB’s behavior by subclassing it and overloading __init__(...) and table(...): DEFAULT_TABLE DEFAULT_TABLE_KWARGS DEFAULT_STORAGE Arguments removed from TinyDB(...): default_table: replace with TinyDB.default_table_name = 'name' table_class: replace with TinyDB.table_class = Class 해당 API에서 default_table이라는 속성을 제거했다고 나오네요.
- 1
- 4
- 374
Q&A
youtube 영상 다운로드
저도 같은 상황인데.. 아나콘다 가상환경에서만 안되는 것 같아요. 윈도우에 파이썬을 직접설치해서 테스트 해보니까 이건 잘됩니다.
- 0
- 2
- 219




