blob type KV example

    Running log

    • First create a KV named "temp" and give the initial value 36℃
    • Modify the value of "temp" KV to 38℃
    • Finally delete "temp" KV
    1. [FlashDB][sample][kvdb][blob] ==================== kvdb_type_blob_sample ====================
    2. [FlashDB][sample][kvdb][blob] get the 'temp' value is: 36
    3. [FlashDB][sample][kvdb][blob] set 'temp' value to 38
    4. [FlashDB][sample][kvdb][blob] delete the 'temp' finish