Adrian Holovaty a écrit :
On 11/19/05, bruno de chez modulix en face <[EMAIL PROTECTED]> wrote:

I made a quick search (google, the Django wiki, this group...) on the
topic (Django +zodb) but did not found anythink relevant. Did anyone
ever tried ? Any pointer ?


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?

No, it has nothing common with a relational database. And my purpose is not to replace Postgres with the ZODB, but to use both, each for what it does right.

The app I'm planning to write is a CMS, and requires "polymorphic", ordered hierarchical collections of arbitrary depth (think of the Composite pattern) - typically something that's a PITA to manage within a RDBMS, and typically something the zodb excels at.

Now I want this CMS to cleanly integrate with other Django apps - to cleanly integrate with anything that can be done on an Apache server in fact, hence my hope to find a way to make it work with Django.

I know nothing about ZODB, other than the fact
that it's associated with Zope. I think.

Zope heavily relies on it, yes, but it can be (and is) used standalone too.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org



Reply via email to