Menu

More progress

In a effort to speed up development, I have switched the project to start using the Zope Object Database for storing data. Conceptually it fits my way of thinking better for storing data. I can create true objects in code without having to think in 2 dimensions for relational database. That was my biggest hangup, since I think in object oriented code more than databases. The beauty of ZODB is that it can have relational database backends, so when I'm ready to interface with something like MySQL or Postresql, it be a matter of pointing the code in the right direction with minimal changes.

Posted by Jay Atkinson 2009-04-02

Log in to post a comment.