In article <[email protected]>, Patrick Sabin <[email protected]> wrote: > >A database usually stores data on disk and not in RAM. However you could >use sqlite with :memory:, so that it runs in RAM.
The OP wants transparent caching, so :memory: wouldn't work. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "Many customs in this life persist because they ease friction and promote productivity as a result of universal agreement, and whether they are precisely the optimal choices is much less important." --Henry Spencer -- http://mail.python.org/mailman/listinfo/python-list
