MySQL/MariaDB connector for Python https://mysqlclient.readthedocs.io/
Go to file
2024-01-06 11:29:04 +01:00
python-mysqlclient.spec rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2.2.0-2mamba;Tue Sep 26 2023] 2024-01-06 11:29:04 +01:00
README.md update to 1.3.6 2024-01-06 11:29:03 +01:00

python-mysqlclient

mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests.

MySQL support for Python. MySQL versions 3.23-5.1; and Python versions 2.3-2.6 are supported. MySQLdb is the Python DB API-2.0 interface. _mysql is a low-level API similiar to the MySQL C API. ZMySQLDA is a Database Adapter for Zope2.