>
> I see Richard already pointed out that you can create a connection to a
> strictly in-memory DB which doesn't touch a file, and then Deserialize to
> it.  Just to emphasize, if you can make that work, it is definitely worth
> it. From my experience, making the VFS will easily sink around 30 hours of
> your time vs. Deserialize and an in-memory DB which will likely take under
> 3 hours to implement.
>
>
Definitely it is the best suited solution as far as i understand.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to