Skip to content

Commit 18050d2

Browse files
authored
Update README.md
1 parent f9ae6f8 commit 18050d2

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# mysql-python-util
2-
MySQL Python utils.
32

43
Note : It's under development.
54

6-
This is a MySQL utilities project created in Python.
7-
Initially you can do below things.
5+
This is a MySQL command line utility project written in Python.
86

9-
1. Run an insert / update query with an option to manually commit the result.
7+
You can do below things.
8+
Execute an insert / update query with an option to manually commit the result. Basically before commmiting any result to database it asks whether you want to proceed or not by showing number of effected rows.
109

10+
Usage :
11+
--------
12+
13+
python insert_update.py --query "your_query"
14+
15+
16+
Development :
17+
--------------
18+
This runs on python 2.7 versions.
19+
20+
Install Dependencies :
21+
--------------------
22+
23+
pip install -r requirements.txt

0 commit comments

Comments
 (0)