|
From: Dan S. <da...@da...> - 2002-02-07 19:35:18
|
Patrick suggested that we use ZODB for our PythonCard persistence. After looking into the shelve stuff and then looking at ZODB, my sense is that eventually we'd like to support both via an API that just deals with persistence.transparently. But in the near term, I'd personally prefer to use ZODB for a lot of reasons, some technical and some selfish. However, I wonder about what this does to the already limited universality of PythonCard. We'd require people to download a standalone ZODB as part of installing PythonCard (or bundle it with the install, bloating it in the process). We get shelve for free in Python. So while I really agree with Patrick and would be inclined to prefer ZODB for all my projects, I just wanted to raise the issue about ZODB on the list for feedback. -- Dan Shafer, Personal Creativity Trainer and Consultant Trained Hartman Value Profile Analyst http://www.danshafer.com/valueprofile.html |