diff options
author | Jick Nan <jick.nan@gmail.com> | 2010-05-11 20:00:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:20 +0200 |
commit | c687bc507902889eb2745a068296d9c926aec4b7 (patch) | |
tree | dc1ca004e21ed905dfe574a512418fbb354f755f /development/MySQL-python/README | |
parent | 683e2f47cc23503e04eae443f044272f78f333d3 (diff) | |
download | slackbuilds-c687bc507902889eb2745a068296d9c926aec4b7.tar.gz |
development/MySQL-python: Added to 12.0 repository
Diffstat (limited to 'development/MySQL-python/README')
-rw-r--r-- | development/MySQL-python/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/MySQL-python/README b/development/MySQL-python/README new file mode 100644 index 0000000000..7b08482c7e --- /dev/null +++ b/development/MySQL-python/README @@ -0,0 +1,12 @@ +MySQL-python (Python interface to MySQL) + +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.5 are currently supported. + +This requires the Python setuptools (pysetuptools on SlackBuilds.org). |