Database BSD on Mac?

Gerhard Häring gerhard.haering at gmx.de
Wed Sep 4 17:45:22 EDT 2002


Max wrote in comp.lang.python:
>> > I was looking on BSD but I'm not sure it is ported to all platforms.
>> > Wich db should I utilize?
>>
>> Do you really need one? Or do either pickle or shelve suffice?
> 
> I read shelve can be used for small amount of data... will it work with 5mb?

Certainly. And probably for _lots_ of more data, if your problem fits
an on-disk hashtable like shelve.

-- Gerhard



More information about the Python-list mailing list