I use the old Key Value Store v1.01 class. To update to one of the two KVS built in libraries can I just change over?
I know a few commands have changed kvs.getsimple to kvs.get etc. but will it use the old KVS data or has that changed?
Just don't want to upset all my users. Otherwise I'll stick with the old class.
A key / value persistent store. The data is serialized using B4XSerializator and is stored in an internal database. The database can be shared between B4A, B4i and B4J. Using KVS is similar to using a Map. You initialize it once and then you can put or get items with Put, Get or GetDefault...
www.b4x.com
Note:
This library is named KeyValueStore. There is an older library named KeyValueStore2. Don't confuse between the two. It is recommended to use this one.
It is an internal library now.