shon
0
Q:

tinydb delete record

database.remove(where('key') == 1)
0
from tinydb import TinyDB
db = TinyDB('database.json')
table = TinyDB.table(db, 'users')
0

New to Communities?

Join the community