[Tutor] Python with MySQL ?

John Purser johnp at milwaukielumber.com
Wed Jan 12 22:16:27 CET 2005


Great Link.  Thanks for the reference! 

-----Original Message-----
From: tutor-bounces at python.org [mailto:tutor-bounces at python.org] On Behalf
Of David Rock
Sent: Tuesday, January 11, 2005 19:03
To: tutor at python.org
Subject: Re: [Tutor] Python with MySQL ?

* Danny Yoo <dyoo at hkn.eecs.berkeley.edu> [2005-01-11 10:55]:
> 
> On Tue, 11 Jan 2005, Mark Kels wrote:
> 
> > How can I send SQL querys to a MySQL database with a python-CGI program
?
> 
> Hi Mark,
> 
> You'll want to grab a "Python DB API" module for MySQL.  The best one I've

You might want to check out sqlobject, too
http://sqlobject.org/

It gives you a relatively simple way to "objectify" SQL statements.

-- 
David Rock
david at graniteweb.com



More information about the Tutor mailing list