wok-6.x annotate python-mysql/description.txt @ rev 25539
Up perl-test-compile (3.1.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 12:11:13 2023 +0000 (20 months ago) |
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. |