Kenneth Gonsalves a écrit :
On Sunday 20 Nov 2005 10:42 am, Tom Tobin wrote:
On 11/19/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
This has never been tried, to my knowledge. It would be possible --
and relatively easy -- to do if there were a DB-API-compliant ZODB
library. Is there one? I know nothing about ZODB, other than the
fact that it's associated with Zope. I think.
ZODB is an object database, not a relational one; based on my
experience with it and other object DBs, it's not a good fit for the
MVC-like separation Django adheres to.
and the reason i switched from zope/plone to django is because i wanted
to use postgresql
I use PostgreSQL with Zope (when appropriate) without any problem.