Chris Withers wrote:
Hi All,

I remember Shane asking this a while ago and seem to remember the answer was "no", but I'm hoping that's changed.

Is it possible to have a Zope 3 instance that has no zodb backing at all?

I've been mocking up an app, currently in Zope 2, and have ended up using PostGresSQL as the data store (haven't done an rdb app in ages, foreign key constraints are nice, etc) and it occurred to me that with sqlalchemy, zsqlalchemy and some views that I don't actually need a zodb.

Is this possible?


Maybe not exactly what you want, but a mappingstorage creates a db stub in RAM -- cf http://blog.d2m.at/2006/10/27/look-ma-no-hands/ for an example.

Michael

--
http://zope.org/Members/d2m
http://planetzope.org

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to