First of all, many thanks for the great solution Cloud KVS and I hope, this time this is a right place for this question.
For my projects, it is not the best solution to use the BLOB as data type to store. I would prefer to use String for stored values. As my objects are json, I could easly convert String data into json... Additionaly, I could 'see' this data from any SQLite viewer without making any "conversion script"
Is it possible to implement at the ClientKVS client (B4A) and CloudKVS_Server this String data instead of BLOB?
Thanks in advance!
Best regards
For my projects, it is not the best solution to use the BLOB as data type to store. I would prefer to use String for stored values. As my objects are json, I could easly convert String data into json... Additionaly, I could 'see' this data from any SQLite viewer without making any "conversion script"
Is it possible to implement at the ClientKVS client (B4A) and CloudKVS_Server this String data instead of BLOB?
Thanks in advance!
Best regards