I want to save multipile sqlite database in one file.
The backup api is not fix for this requirement.

I want to save sqlite database as a entry of the dbm.
For example, the user's addressbook save in a sqlite database,
and the buffer of the database may be store in a dbm.

2009/4/29 Roger Binns <rog...@rogerbinns.com>

> 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to