Igor,

> You could, I suppose, implement a VFS on top of a block of memory. See 
> http://sqlite.org/c3ref/vfs_find.html

Great suggestion.

An idea for a future release of SQLite might be a memory based VFS that
would allow "small" SQLite databases to be manipulated entirely in
memory. SQLite databases could be loaded or saved to string-like
structures.

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

Reply via email to