wok view python-mysql/description.txt @ rev 25436

Up bacon (4.5), clex (4.7), rcssmin (1.1.1), remind (04.00.03)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 31 16:18:16 2022 +0000 (21 months ago)
parents
children
line source
1 MySQLdb is an interface to the popular MySQL database server for Python.
2 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)
8 MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported.