I have a sqlite3 database created by rtilogger with fully-serialized data fields, and all metadata fields. I want to read the metadata TypeCode or TypeObject BLOB fields and deserialize them to the respective c++ objects. How can I do this?
I have a sqlite3 database created by rtilogger with fully-serialized data fields, and all metadata fields. I want to read the metadata TypeCode or TypeObject BLOB fields and deserialize them to the respective c++ objects. How can I do this?