由于mit-cml / appinventor-sources#1111已合并,因此不推荐使用此功能。 仅适用于App Inventor使用的旧版本。
Due to mit-cml/appinventor-sources#1111 has been merged, this is deprecated. And just for some old version App Inventor use.
对于App Inventor的在线用户(在ai2.appinventor.mit.edu上),请使用内置的Namespace属性而不是使用此属性,以避免混淆。
For online user of App Inventor(ai2.appinventor.mit.edu), please use built-in Namespace property instead of using this, to avoid confusing.
更新于2016.10.2 版本1.0
全新改进本地数据库组件!增加了数据库表的选择,你可以分区储存你的数据了!
如需读取原生本地数据库组件的数据,将表名改为"TinyDB1"即可。
而当你将这个参数改为其他值比如"Tiny"的时候,即使是相同的标签名,也不会返回"TinyDB1"表里,这个标签名所对应的数据了,这便是数据表的隔离
额外的,还加入了MD5加密接口
作者:ColinTree
Version1.0 Update in Oct.2, 2016
New version of Original TinyDB! Added Database Table option, now you can store your data in different tables!
If you need to read Data in Original TinyDB, you just need to change TableName to "TinyDB1"
And when you change this into another text like "Tiny", it will not return the value of the same tag name in "TinyDB1"
Addtionally, MD5 Function is included
Author: ColinTree