Little direction please Python MySQL

Tino Wildenhain tino at wildenhain.de
Sun Nov 16 10:46:17 EST 2008


Bruno Desthuilliers wrote:
> len a écrit :
>> Hi all;
>>
>> I am looking for a little direction in moving from novice python MySQL
>> to real world processing.
>>
>> I can connect to MySQL databases and have performed most of the
>> various select, create, update, insert, etc given the examples in the
>> various books and internet tutorials not to many problems.
...
> 
> You may want to have a look at SQLAlchemy. It will require some 
> additional learning, but chances are you'll waste less time than trying 
> to roll your own half-backed ORM-like system.

And it has the additonally benefit to be able to change the database
later on more easy then with hand crafted queries when you find out
the initial choice of mysql (for whatever reason) was inapropriate.

Cheers
Tino

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3241 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20081116/6fa4e661/attachment-0001.bin>


More information about the Python-list mailing list