Hello everyone, I'm working with the CloudKVS project and use PutBitmap/GetBitmap to store images. If I use this method, the bitmaps are automatically stored in the SQLite database in a table called "main". Can I define the target table myself? Or only if I do without the ready-made functions PutBitmap/GetBitmap?
Thanks a lot for any feedback!
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
Now I'm a bit confused - CloudKVS is a KVS, isn't it?