'Table' object has no attribute 'purge' error

后端 未结 0 803
一生所求
一生所求 2020-12-20 01:41

I run this basic code snippets from the TinyDB package manual:

from tinydb import TinyDB, Query
db = TinyDB(\'db.json\')
db.purge()
db.insert({\'type\': \'app         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题