mysqlclient icon indicating copy to clipboard operation
mysqlclient copied to clipboard

MySQL database connector for Python (with Python 3 support)

Results 33 mysqlclient issues
Sort by recently updated
recently updated
newest added

While we wait for the official whl's for python 3.14, I created my own binary whl for Windows from the source code. It wasn't easy, but thanks to the documentation:...

**Description** Environment: - MariaDB: 11.4 - Python: 3.9 - Django: tested with multiple versions (3.x, 4.x and 5.x) - mysqlclient: tested with several versions, same issue across all **Issue:** When...

With the release of Python 3.14, the new free-threaded (no-GIL) mode is becoming more widely used. It would be great if mysqlclient could confirm compatibility with python3.14t (the free-threaded ABI)....