I have some BLOBS column in a MySQL database. I want to unpack, read it and the save unpacked data into another table.
Is there a library for unpacking MySQL BLOBS in c#? I have tried using code but was wondering if there was any free library for the same.
Hi you can use MessagePack library for unpacking the blob data into json format.