[Tutor] What's the catch with ZopeDB?

Dave Kuhlman dkuhlman at rexx.com
Sat Jun 12 00:27:44 CEST 2010


On Fri, Jun 11, 2010 at 09:42:35PM +0200, Knacktus wrote:

> 
> To me, ZopeDB (a object database for Python) looks like an awesomely 
> easy solution. I could save some brain power for the innovative part or 
> drink more beer watching the soccer world cup. At the same moment, I 
> wonder why anyone in the python world would go through the hassle of 
> using relational databases unless forced.
> 
> So, has anyone experience with ZopeDB? Are there some drawbacks I should 
> be aware of before getting a book and dive in? (It sounds too good ;-))
> 

Jan -

If you are evaluating alternative solutions, you might also look
into Django models.  There have been some very positive comments
about Django on this list.  And, Django models can be used outside
of the Django Web applications.  Also, Django models are reasonably
object oriented.  A Django model/DB can sit on top of several
different relational database engines, for example, PostgreSQL, MySQL,
sqlite3, etc.

See:

    http://docs.djangoproject.com/en/1.2/#the-model-layer
    http://www.djangobook.com/en/2.0/chapter05/

- Dave

-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman


More information about the Tutor mailing list