difference b/t dictionary{} and anydbm - they seem the same

Carsten Haese carsten at uniqsys.com
Tue Mar 11 10:01:34 EDT 2008


On Tue, 2008-03-11 at 06:49 -0700, davidj411 wrote:
> anydbm and dictionary{} seem like they both have a single key and key
> value.
> Can't you put more information into a DBM file or link tables? I just
> don't see the benefit except for the persistent storage.

Persistent storage /is/ the benefit. If you want to store relational
data, you should use a relational database.

-- 
Carsten Haese
http://informixdb.sourceforge.net





More information about the Python-list mailing list