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. +