Tiny Web DB Issues

it is very hard to write applications using Tiny Web DB in Kodular.

there are 2 very important blocks missing.

.AppendValueToList
This is a very important block you can only overwrite the entire list with the current options given.

.DataChanged
This would allow for a responsive web app as the event triggers when anyone using the app updates the Tiny Web DB. As the current workaround requires you to use a timer and check if there has been any changes made in a set amount of time.