Comment
Above in this comment thread:
How To Love ZODB and Forget RDBMS - Part II »
Comment
Using ZODB from Zope
Posted by:
daragh
at
2004-07-10
How does one use ZODB from within Zope - do you stil have to create a database?
Comment
1104874316
Posted by:
slinkp
at
2005-01-04
no, with Zope the ZODB is "just there". When you start up Zope, you get a connection to the ZODB; the zope hierarchy is a ZODB hierarchy.
You can see this by doing ./bin/zopectl debug which gives you a connection to the zodb named "app" instead of "dbroot".