<D <M <Y
M> D>

[Comments] (5) A misconception about the ZODB:

The ZODB is a powerful object database for Python objects. It's very mature - it's been around for more than a decade. It is transactional, has advanced features like clustering (ZEO), blob support, and yes, it can be used independently from Zope. Zope 2, Zope 3 and Grok all use the ZODB as its default data storage, and it's seen a lot of battle testing.

[More]


[Main]

Unless otherwise noted, all content licensed by Martijn Faassen
under a Creative Commons License.