SQLite Forum

Inserting the image as BLOB
Login
While there may be a way to do this via the `sqlite3` shell, with some sort of plain-text encoding of the text, the *right* way to do it is to write a program that calls [`sqlite3_bind_blob()`](https://sqlite.org/c3ref/bind_blob.html) or similar.