From dc236a78862c65fc451f54b68f01536f22a6388e Mon Sep 17 00:00:00 2001 From: Shashank Vivek Date: Mon, 26 Feb 2018 13:28:45 +0530 Subject: [PATCH] Adding readme file. Adding readme file. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e8b747 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# mysql-python-util +MySQL Python utils. + +Note : It's under development. + +This is a MySQL utilities project created in Python. +Initially you can do below things. + +1. Run an insert / update query with an option to manually commit the result. +