Help for a newbie in Python and ZODB

Diez B. Roggisch deetsNOSPAM at web.de
Mon Nov 22 06:58:02 EST 2004


> I am in charge to develop a system who will analyse a network, type
> Three-Tier Architecture. I would like to use ZODB or (exclusive)
> PostgreSQL. But I don't know witch one to use? Someone could help me
> and tell me what are the differencies between ZODB and PostgreSQL. My
> system will be developped in Java. If I use ZODB how I'll make the
> transition with Python?

You can't use zodb from java. And if your system is developed in java, where
comes python into the equation at all? In the form of jython? While that
surely would be a good choice for ease of programming, it also won't allow
you to access zodb.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list