python-module-mysql/README.md

15 lines
272 B
Markdown

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