diff --git a/README.md b/README.md index 13c06d0..fa716d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. 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.