[Zope3-dev] Zope 3 without ZODB

Chris Withers chris at simplistix.co.uk
Sat Jan 20 06:09:46 EST 2007


Hey All,

I'm still continuing poking around (when I have the chance) to see how 
I'd get Zope running without ZODB.

Does the following line:

db = zope.app.appsetup.appsetup.multi_database(options.databases)[0][0]

...from:

http://svn.zope.org/Zope3/trunk/src/zope/app/server/main.py?rev=71011&view=markup

...mean that Zope 3 is currently hard-coded to need a ZODB?

If so, how should we go about making this optional?

(I am willing to put the work in to make this happen if people give me 
some hints...)

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope3-dev mailing list