Skip to content

shashankqv/mysql-python-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c5d558b · Jul 10, 2022

History

11 Commits
Feb 26, 2018
Jul 10, 2022
Feb 26, 2018
Feb 26, 2018
Jul 10, 2022

Repository files navigation

mysql-python-util

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

Usage :

python insert_update.py --query "your_query"

Development :

This runs on python 2.7 versions.

Install Dependencies :

pip install -r requirements.txt

About

MySQL Python utils.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages