README 362 B

123456789101112
  1. MySQL-python (Python interface to MySQL)
  2. MySQLdb is an interface to the popular MySQL database server for
  3. Python. The design goals are:
  4. * Compliance with Python database API version 2.0 [PEP-0249]
  5. * Thread-safety
  6. * Thread-friendliness (threads will not block each other)
  7. MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
  8. supported.