wok annotate python-mysql/description.txt @ rev 25268

xorg-cf-files/Imake.tmpl: update ArCmd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 14:59:20 2022 +0000 (2022-07-17)
parents
children
rev   line source
Hans-Günter@25205 1 MySQLdb is an interface to the popular MySQL database server for Python.
Hans-Günter@25205 2 The design goals are:
Hans-Günter@25205 3
Hans-Günter@25205 4 - Compliance with Python database API version 2.0 [PEP-0249]
Hans-Günter@25205 5 - Thread-safety
Hans-Günter@25205 6 - Thread-friendliness (threads will not block each other)
Hans-Günter@25205 7
Hans-Günter@25205 8 MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported.