wok diff python-mysql/description.txt @ rev 25236

updated python-shapely (1.7.0 -> 1.7.1)
author Hans-G?nter Theisgen
date Wed Jul 13 17:41:12 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-mysql/description.txt	Wed Jul 13 17:41:12 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +MySQLdb is an interface to the popular MySQL database server for Python.
     1.5 +The design goals are:
     1.6 +
     1.7 +- Compliance with Python database API version 2.0 [PEP-0249]
     1.8 +- Thread-safety
     1.9 +- Thread-friendliness (threads will not block each other)
    1.10 +
    1.11 +MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported.