KVS is basically a Sqlite Database. Once you store anything it is saved. After a reboot the value written should be existent.
It can also store complex data structures.So I can use it for storing simple 1 on 1 data rather than manage another sqlite db
I once asking about List of custom Type in this forum. Is it related to what you said about complex data structures? I tried, but handling the NULL giving me a headacheIt can also store complex data structures.
Not sure what you are asking about. As a general rule avoid nulls at all.I tried, but handling the NULL giving me a headache