You are not logged in Log in Join
You are here: Home » Members » adytumsolutions » How To Love ZODB and Forget RDBMS - Part II » 1104874316 » discussionitem_view

Log in
Name

Password

 

Comment

Comment

Discussion icon 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".

Comment

Discussion icon but...

Posted by: terry at 2005-06-10

This is true, but it may be that a separate ZODB instance is meant to be used outside of the Zope object filesystem (OFS), which is indeed an instance of a ZODB.

I don't think this document addresses that use, although usage ought to be equivalent to using ZODB standalone.