Database in memory

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Apr 9 10:25:29 EDT 2007


En Mon, 09 Apr 2007 10:19:12 -0300, Jim <cook_jim at yahoo.com> escribió:

> I have an application that will maintain an in-memory database in the
> form of a list of lists.  Does anyone know of a way to search for and
> retreive "records" from such a structure?

Why not a true database? SQLite can handle an in-memory database.

-- 
Gabriel Genellina




More information about the Python-list mailing list