Skip to main content
Not Invented HereNot Invented Here
    • About
    • Blog
    • More
      • Blog Archives
      • Categories
      • Tags
      • Authors
      • RSS feed
    • Previous
    • Up
    • Next

    Introduction to ZODB Data Storage

    Jason Madden

    2019-10-28

    ZODB is a powerful native object database for Python, widely known for its use in the Zope web framework and the Plone content management system. By enabling transparent object graph persistence with no need to predefine schemas, ZODB enables extremely flexible application development. With pluggable storage engines such as FileStorage, ZEO, and RelStorage, it also provides flexible ways to store data.

    Read more…

    Contents © 2021 NextThought