I have an sqlite file. It has a table that stores images as BLOBs.
What is the easiest way to see the images stored in the table?
Doing this:
$sqlite3 mydb 'select(img) from image_table where id=“1”’ > image.png
The image.png
does not open on double click.
I tried also:
sqlite3 my.db "SELECT writefile('object0.gz', MyBlob) FROM MyTable WHERE id = 1"
but I am not sure how to open the object0.gz
file. When I double click it the archive tool opens