From 36f1c2c18dd120ebae3eba26e243c437e7156583 Mon Sep 17 00:00:00 2001 From: Shashank Vivek Date: Mon, 11 Jul 2022 00:08:32 +0530 Subject: [PATCH 1/3] Removing Upsource commit text Removing Upsource commit text --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ef9c59..c7a2347 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ MySQL-python -checking upsource. From a9ebf2d1d7ba5416eef85e0d05e8db65cc2a5d2b Mon Sep 17 00:00:00 2001 From: Shashank Vivek Date: Mon, 11 Jul 2022 00:58:27 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13c06d0..ea6dd22 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Note : It's under development. +Blog Link : https://shashankvivek.in/2022/07/11/using-python-to-execute-mysql-insert-and-update-queries/ + This is a MySQL command line utility project written in Python. You can do below things. From c5d558b859d2a9b2018970d4d230616c5d6a8521 Mon Sep 17 00:00:00 2001 From: Shashank Vivek Date: Mon, 11 Jul 2022 00:58:40 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ea6dd22..fa716d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # mysql-python-util -Note : It's under development. - Blog Link : https://shashankvivek.in/2022/07/11/using-python-to-execute-mysql-insert-and-update-queries/ This is a MySQL command line utility project written in Python.