[Zope] Storing in ZODB
Chris Withers
chrisw@nipltd.com
Thu, 23 Nov 2000 11:15:17 +0000
Edward Muller wrote:
>
> How would you record data in the ZODB? Would you have to write a Product for
> each thing you want to store? If you can provide some links it would be great!
Well, HiperDom's XML templates product apparently contains some data
object thing which might do the job:
http://www.zope.org/Members/lalo/HiperDom
Otherwise, start with the Boring product and build what you need:
http://www.zope.org/Members/gtk/Boring
http://www.zope.org/Members/hathawsh/PythonProductTutorial
Good luck,
Chris