On 29 May 2019, at 4:22am, Mohd Radzi Ibrahim <imra...@gmail.com> wrote:

> But it seems that the blob in SQLite could not do that.

You can read/write to a BLOB as if it's a file.

<https://sqlite.org/c3ref/blob_open.html>

You just can't address the BLOB as if it's a SQLite database.  To do that you'd 
have to write your own VFS, and I'm not sure that that would work.


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to