In article <mailman.296.1267217819.4577.python-l...@python.org>,
Patrick Sabin  <patrick.just4...@gmail.com> 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 (a...@pythoncraft.com)           <*>         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

Reply via email to