What type of values does TinyDB allow?

Im newbie and im making an app what type of values does tinydb allow pls help

1 Like

TinyDB allows strings image , booleans image , numbers image , lists image and dictionaries image as both the tag and valueToStore in StoreValue().

4 Likes

thank you for replying! its so fast

Also, next time remember to check the documentation (http://ai2.appinventor.mit.edu/reference/components/storage.html#TinyDB).

2 Likes

Lists and dictionaries as the tag too?
That's news to me.

P.S. I double checked your doc link, and found

Data items consist of tags and values. To store a data item, you specify the tag it should be stored under. The tag must be a text block, giving the data a name. Subsequently, you can retrieve the data that was stored under a given tag.

2 Likes

the tag can accept any type of data, but it will be casted to string automatically.

and the value can be a Component (last block of Component drawer), but it only can be retrieved at runtime, and can not 'trans-screens'.

3 Likes

This can open up interesting possibilities, for mischief and for good.

2 Likes

I tried, it worked.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.