|
From: Magnus L. H. <ma...@he...> - 2002-01-21 18:50:28
|
Kevin Altis <al...@se...>: > > shelve is one option we have for creating persistant data. ZODB is another. > We can't use something like anydbm, because the actual files created by > anydbm aren't portable across operating systems, only the source is > portable. Dan Shafer has started looking at shelve as described below. Those > of you interested in this area should share your findings on the list. shelve is good... But if you're considering ZODB (i.e. C extensions), have you taken a look at MetaKit? It's a very nice little DB engine... > > ka -- Magnus Lie Hetland The Anygui Project http://hetland.org http://anygui.org |