slackbuilds/development/MySQL-python
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
MySQL-python.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
MySQL-python.info development/MySQL-python: Updated for version 1.2.5. 2021-05-11 12:41:27 +07:00
README development/MySQL-python: Fix README. 2020-10-17 09:38:44 +07:00
slack-desc development/MySQL-python: Updated homepage and download links. 2017-05-20 06:55:06 +07:00

README

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.5 and Python-2.4 through 2.7 are currently
supported.