Olivier Mascia wrote:
> What are use cases for these sqlite3_serialize / deserialize?

A common question is "how do I save my in-memory database to disk?"
(The common answer is "use the backup API" or "use an on-disk DB
in the first place".)

Anyway, there are cases where you have a blob containing a database
(e.g., embedded in a blob field in another database, or stored in flash
in an embedded system) and do not want to write it to a file on order
to be able to access it.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to