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

Log in
Name

Password

 

Comment

Above in this comment thread: How To Love ZODB and Forget RDBMS - Part II »

Comment

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

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