Hi,
Apologies if this is a noob question and has been answered a million times, however, I have a tinydb database setup like this:
table_1
| table_2
| | value
How would I modify value
? Does tinydb work in a multidimensional structure such as this? Additionally, how would I insert something into table_2
?
Also, table_2
is inside a list located in table_1
, and value
is inside a list located inside table_2
.
Thanks!