mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-18 16:31:26 -07:00
Deprecate mysqlclient/MySQLdb connector support (#655)
* Deprecate mysqlclient/MySQLdb connector support * Update README * Put in README that mysqlclient is deprecated
This commit is contained in:
parent
4912f1a41b
commit
83ed4af4e1
5 changed files with 18 additions and 21 deletions
|
@ -280,7 +280,6 @@ connector_name:
|
|||
type: str
|
||||
sample:
|
||||
- "pymysql"
|
||||
- "MySQLdb"
|
||||
version_added: '3.6.0'
|
||||
connector_version:
|
||||
description: Version of the python connector used by the module. When the connector is not identified, returns C(Unknown).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue