[Tutor] Database Connectivity

Ed Singleton singletoned at gmail.com
Tue Apr 11 17:01:02 CEST 2006


On 11/04/06, Kaushal Shriyan <kaushalshriyan at gmail.com> wrote:
> Hi ALL
>
> How do i connect my python program to MySQL DB or Oracle DB or can you
> please specify the URL which gives a detailed explanation on this.

SQLObject is your best bet:
http://www.sqlobject.org/

If you're using MySQL, you will need MySQLdb as well:
http://sourceforge.net/projects/mysql-python

Any questions, just ask.

Ed


More information about the Tutor mailing list