Database in memory

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Mon Apr 9 10:27:13 EDT 2007


In <1176124752.172926.129850 at w1g2000hsg.googlegroups.com>, Jim wrote:

> 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?

Scan the list of lists with a ``for`` loop.  Or build indexes with
dictionaries.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list