Pelletier shows how to create a file to store your data and how tocreate objects that are persistent
. He covers some gotchas as well.ZODB is simple to use. Your biggest hurdle will probably be gettingit installed. You have three basic options. Use the module thatcomes with Zope, use the zodb source packagemaintained by Andrew M. Kuchling on SourceForge, or check ZODBStandaloneout of the cvs server.The first option only works if you are using the same version ofPython Zope is u
continue >>
Comments (0)
Python
Tags: