Add PyMysql component (#5121)
This commit is contained in:
parent
62f76881de
commit
081c1260d5
|
|
@ -416,6 +416,9 @@ Flask:
|
|||
Requests:
|
||||
id: 7002
|
||||
languages: Python
|
||||
PyMysql:
|
||||
id: 7003
|
||||
languages: Python
|
||||
|
||||
|
||||
# PHP components
|
||||
|
|
@ -480,3 +483,4 @@ Component-Server-Mappings:
|
|||
mariadb-jdbc: Mariadb
|
||||
Mysqli: Mysql
|
||||
Predis: Redis
|
||||
PyMysql: Mysql
|
||||
Loading…
Reference in New Issue