Hello koders,i am trying to store list with tinydb.i know there was more discuss about it on the community. i tryied all but i can’t do that perfectly l. I tried many way.that was an way i tryied
you can use list to cvs row and while getting cvs row to list, and i have seen tinydb stores list also if list is valid and small, large list can create problems
Adding items to the list won’t save the list to the TinyDB automatically. You need to save your changed list to the TinyDB manually. As far I see from your blocks, you don’t save the list to the TinyDB after updating it.
what he meant was you are only saving values (like title, image, etc) in a list but you are not saving that list (global favorite_title, global favorite_title, etc) in a tinyDB, so that you can use that list anywhere in you app. {According to image provided by you}
see my blocks image above, first I save values in a list (global BookmarkTitle) and then saving that list on a tinyDB