I have tags with lists in TinyDB. If I change only one element in the list linked to the tag, will the other elements remain unchanged?
For example, on the label named student, there is the student's class and school number. If I just change the student's class, will the school number on the tag change or disappear?
This approach:
will only change the value for index 2, leaving the others unchanged.
Your list will then be [0,10,2]