Go to file
Alarig Le Lay 5e68a9f7be
manage_sql.py: `return True` was missing from sql_conn()
2020-11-21 13:28:11 +01:00
config Maj module 2019-12-03 14:58:19 +01:00
.gitignore .gitignore: ignoring __pycache__/ 2020-11-20 17:04:51 +01:00
README.md MAJ module 2019-12-03 12:12:41 +01:00
__init__.py maj module 2020-05-15 14:08:31 +02:00
manage_sql.py manage_sql.py: `return True` was missing from sql_conn() 2020-11-21 13:28:11 +01:00
test.py Maj module 2019-12-03 14:58:19 +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