질문&답변
파일,메모리 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
- 조회수
- 431





