You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alarig Le Lay 7446537cc9
renaming to mysql for clarification
3 years ago
config Maj module 4 years ago
.gitignore .gitignore: ignoring __pycache__/ 3 years ago
README.md MAJ module 4 years ago
__init__.py maj module 3 years ago
manage_mysql.py renaming to mysql for clarification 3 years ago
test.py manage_sql.py: sql_checkcon() was the same funcion as conn() 3 years ago
test_conf.py MAJ module 4 years ago

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