From 9a78492c81dd577e0b2e6c769852cb9a96c0b541 Mon Sep 17 00:00:00 2001 From: Harsha Vardhan Lakkireddy <34263262+Harshavardhan153@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:41:17 +0530 Subject: [PATCH] Update data.json Added mysql.connector in data.json --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4..3e73cdc 100644 --- a/data.json +++ b/data.json @@ -1294,6 +1294,15 @@ ], "description": "Building a Better Democracy for the Internet Age" }, + { + "name": "mysql.connector", + "link": "https://github.com/mysql/mysql-connector-python", + "label": "good-first-issue", + "technologies": [ + "Python" + ], + "description": "MySQL connector for python2 and python3, can be used to connect to MySQL databases" + }, { "name": "Python Babel", "link": "https://github.com/python-babel/babel",