MySQL for Python (MySQLdb)
MySQL for Python (MySQLdb)
http://sourceforge.net/projects/mysql-python
MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:
- Compliance with Python database API version 2.0 [PEP-0249]
- Thread-safety
- Thread-friendliness (threads will not block each other)
- MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently supported. Python-3.0 will be supported in a future release.
Documentation
http://mysql-python.sourceforge.net/FAQ.html and http://mysql-python.sourceforge.net/MySQLdb.html and http://mysql-python.sourceforge.net/MySQLdb-1.2.2/
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2orlater | Kelly Hopkins | 27 May 2009 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Bug Tracking | Bug Tracking | |
| General | Forum | |
| Developer | Download | |
| Support | Forum | |
| Developer | VCS Repository Webview | |
| Developer | Homepage | http://mysql-python.sourceforge.net/ |
| Help | Homepage | http://pypi.python.org/pypi/MySQL-python/1.2.3c1 |
Software prerequisites
This entry (in part or in whole) was last reviewed on 27 May 2009.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.