PyMySQL / mysqlclient

MySQL database connector for Python (with Python 3 support)

Home Page:https://mysqlclient.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `ssl=True`

methane opened this issue · comments

PyMySQL supports ssl=True.
Additionally, ssl=True meant sslmode="REQUIRED" when MariaDB Connector is used until mysqlclient 2.2.1. See #698.

For better compatibility with them, I will add ssl=True support.