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.