in reply to Transfer a in-memory SQLite database to disk
(And, to respond to the earlier "shouldn't you just be creating the db on disk in the first place?" comment, I know of this method thanks to a game I was working on that ran from an in-memory database and periodically checkpointed itself to disk.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Transfer a in-memory SQLite database to disk
by saumitra121 (Novice) on Jul 03, 2012 at 12:59 UTC | |
|
Re^2: Transfer a in-memory SQLite database to disk
by Anonymous Monk on Jul 03, 2012 at 11:04 UTC |