Go to file
Boris Tassou 9acf0f5a7e MAJ module 2019-12-03 12:12:41 +01:00
manage_sql MAJ module 2019-12-03 12:12:41 +01:00
.gitignore MAJ module 2019-12-03 12:12:41 +01:00
README.md MAJ module 2019-12-03 12:12:41 +01:00
test.py MAJ module 2019-12-03 12:12:41 +01:00
test_conf.py MAJ module 2019-12-03 12:12:41 +01:00

README.md

Manage MySQL

Module for Python3 only.

On Ubuntu : apt install libmysqlclient-dev

Install : pip3 install mysqlclient

Import

To import this module : Copy the module folder in your working folder In your python script : from manage_sql.manage_sql import HandleSql