Could some kind soul point me toward the documentation for the API used in mysqldb? I guess it might be some generic Python one, but I can't find it anywhere.
Thanks
Rachel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately, I can't use the help() and pydoc() methods don't work for me. It would be highly appreciated that if someone could please upload the documentation someplace so that I can use it easily?
Or, if somene could point me to a tutoriol on how to use this.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could some kind soul point me toward the documentation for the API used in mysqldb? I guess it might be some generic Python one, but I can't find it anywhere.
Thanks
Rachel
There is some documentation specific to MySQLdb in the doc directory of the tarballs. Also, the generic Python DB interface docs can be found at http://www.python.org/topics/database/DatabaseAPI-2.0.html.
Have fun and feel free to post questions if you can't get it working correctly.
Also, you can use pydoc if you have a fairly modern version of Python. With Python-2.2, you can do this:
>>> help('MySQLdb')
I'll check to see if SourceForge is more amenable to uploading documentation these days.
I updated the sourceforge documentation.
http://sourceforge.net/docman/?group_id=22307
Hello,
Unfortunately, I can't use the help() and pydoc() methods don't work for me. It would be highly appreciated that if someone could please upload the documentation someplace so that I can use it easily?
Or, if somene could point me to a tutoriol on how to use this.
Thank you.