Rene Pijlman wrote:
> Get your data out of those silly rows and columns, and put it in
> first-class objects!

Well, there are pros and contras in the choice of a relational database
vs an object
database. Most of the time, there is no choice, since you have a legacy
relation
database to work with. Also, there are many cases where a relational DB
is the
right choice. So I would say that most of the times one has to do with
relational DBs
anyway, so it is a good investement to learn them. The ZODB is easy to
use,
but when it gives errors, it is not obvious at all to understand what
is happening.

  Michele Simionato

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to