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 _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor