On 5 Feb 2013, at 7:33am, Alex Cheng <chengxin1...@gmail.com> wrote:

> I want to write a program to load a sqlite database on disk as an in-memory
> database, for sake of reducing number of disk I/O operations. Do you know
> how to achieve it?

Probably to use the SQLite backup API:

http://www.sqlite.org/backup.html

of course, a program which did nothing more than what you described above would 
be useless: immediately the program quits, the in-memory database will 
disappear.

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

Reply via email to