Scott Chapman wrote:
> Can more than one user connect to an in-memory database?
> I don't see how.  Any clues?

If you have a memory filesystem (e.g. /dev/shm on Linux), you can just
create the database within that filesystem, and it will be "in-memory".

- Brian

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

Reply via email to