need some info on MySQL module.

N

nephish

Hey there, does anyone know where i can find some real documentation on
the MySQLdb module? This thing is driving me nuts. all i can find on
the internet is some brief tutorials. I need to know whats up with some
of my stuff i even bought Programming Python by O'Reilly, out of over
1200 pages, and it only has a page or two dedicated to it.

eeek. Thanks.
<><
 
R

Robert Kern

Hey there, does anyone know where i can find some real documentation on
the MySQLdb module? This thing is driving me nuts. all i can find on
the internet is some brief tutorials.

Is the documentation that comes with MySQLdb not sufficient? It's
certainly more thorough than a tutorial:


http://cvs.sourceforge.net/viewcvs.py/mysql-python/MySQLdb/doc/MySQLdb.txt?rev=1.1&view=auto

Mostly, though, MySQLdb is conformant to the Python DB-API 2 specification:

http://www.python.org/peps/pep-0249.html
I need to know whats up with some
of my stuff i even bought Programming Python by O'Reilly, out of over
1200 pages, and it only has a page or two dedicated to it.

Considering that MySQLdb is a third-party library, that's to be expected.

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 
N

nephish

Wow, thanks so much. I promise, i didn't know that was out there.
should help me out a lot.
still a newbie here, somewhat.
thanks again
<><
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,310
Members
47,977
Latest member
MillaDowdy

Latest Threads

Top