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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to