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.