[Zope] MySQL - PostgreSQL - ZODB
J. Atwood
jatwood@bwanazulia.com
Mon, 08 May 2000 12:09:46 -0400
> It is also my understanding that Zope, when it is capable of using an
> SQL database as its primary storage, will not be tied to any specific
> database type.
This is a good point. You could, for example, have three or four different
database types behind a Zope installation. LDAP doing usernames/password,
MySQL for a stuff that needs a lot of reads and PostgreSQL for something
that is really table/relational oriented.
My new Zope saying...
"Zope, the best of ALL worlds"
J