SQL, lite lite lite

Gerhard Häring gh at ghaering.de
Tue Dec 30 16:02:08 EST 2008


Bruno Desthuilliers wrote:
> Aaron Brady a écrit :
>> Hi all,
>>
> (snip)
>  >
>> I don't think relational data can be read and written very easily in
>> Python. 
> 
> Did you try SQLAlchemy or Django's ORM ?
> [...]

Using an ORM when you don't grasp the relational model and/or the SQL 
query language is futile.

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

-- Gerhard



More information about the Python-list mailing list