Our software is developed by vs2010 c++. There are many reading and writing operations in it. The data is stored in file on the disk as a sqlite3 file. Now i want to load the whole database into memory. Is there a direct method to do it? Should i load record one by one by myself?
- [sqlite] load a .db3 file into in-memory database 李重斌
- [sqlite] load a .db3 file into in-memory database Quan Yong Zhai