stephen liu wrote:
> The attachment is a memvfs implementation for sqlite.

The mailing list strips out attachments.

> With the memvfs, we can loading/saving sqlite database from buffer.

Even simpler, you can use sqlite3_backup API to copy from a disk to
:memory: and the reverse direction when you are done.

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

Reply via email to