-
Notifications
You must be signed in to change notification settings - Fork 7
Human readable version of sqlite Registry blob data #93
Description
We are trying to use the python sqlite3 module to extract blob data from registry values that are human readable.
sqlite3 (I think) converts the blob to a Python buffer type. Any thoughts on how to convert the buffer type to a string would be great. I think that ()'s and such that are entered in the Registry are not getting converted nicely to a string. It would be great if we could get a human readable output that looks identical to what we see in the web Registry editor.
I am wondering if what we want to do is related to this PR: #84 and possibly we can't get nice human readable output at present, at least without great effort. This would also be good to know.
We are working on converting sqlite database to something human readable (yaml) that we can meaningfully git.