18 Feb
2005
18 Feb
'05
1:43 p.m.
Chris Withers wrote:
In a python script how would I go about fetching the root of the database that is used by Zope.
container.getPhysicalRoot()
...but it sounds like you're after something else, what are you trying to do?
Thanks, I think that will work. Instead of using two separate ZODB databases (one for my data and one implicitly used by Zope) I was aiming at store my data in the Zope database as well. best, Istvan.