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.
Aucun commentaire:
Enregistrer un commentaire