"Gerhard Häring" <g...@ghaering.de> wrote in message 
news:6rvgihf3je6...@mid.uni-berlin.de...
> Using an ORM when you don't grasp the relational model and/or the SQL query 
> language is futile.

You'd probably be surprised just how many people there are out there using 
SQLlite (and other databases) who have no more than a 5 minute introduction to 
relational databasess.  "See, you have tables, and you can stick columns for 
various attributes, and then add records for rows, and if you make multiple 
tables you specify which attribute becomes a 'key value' to find the 
corresponding record in another.  Have fun!"

> That's probably the case for many other abstraction layers, too.

GUIs come to mind...


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

Reply via email to