Python/Linux

Gerhard =?unknown-8bit?Q?H=E4ring?= gh_pythonlist at gmx.de
Sun Mar 31 20:44:17 EST 2002


* Robert Oschler <Oschler at earthlink.net> [2002-03-31 19:55 -0500]:
> Forgot to ask, is Zope's database server actually MySQL under the hood?

ZOPE's ZODB (ZOPE Object Database) is, as the name says, an object database,
and has nothing to do with a realational database like MySQL. AFAIK it uses
ZODB for internal purposes (content-management stuff and others), but you can
also use the ZODB in your custom-written methods, that you can in turn use from
Zope DTML pages.

I'd recommend to start with the ZOPE tutorial and examples on a live ZOPE
installation if you want to get an impression of it.

Gerhard
-- 
This sig powered by Python!
Außentemperatur in München: 6.3 °C      Wind: 0.8 m/s




More information about the Python-list mailing list