20 Mar
2002
20 Mar
'02
7:17 p.m.
Bruce Richardson writes:
There are reasons other than performance to want to store ZODB in an SQL RDBMS: you might want to access data stored in ZODB objects from programs which have no practical interface to Zope. Or you might simply want all your textual data in one place where you can categorise and organise them. You may want to look at ZPattern...
However, storing meaningfull data in external storage will require some work from you. Dieter