Menu

where's the documentation?

Help
2003-06-29
2012-09-19
  • Rachel Willmer

    Rachel Willmer - 2003-06-29

    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

     
    • Greg Fortune

      Greg Fortune - 2003-06-29

      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.

       
    • Andy Dustman

      Andy Dustman - 2003-07-08

      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.

       
    • Andy Dustman

      Andy Dustman - 2003-07-10

      I updated the sourceforge documentation.

      http://sourceforge.net/docman/?group_id=22307

       
    • Jason Evan

      Jason Evan - 2003-07-28

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.