Use mysql with python
Cette application va permettre d'apprendre l'integration de python et mysql a travers le package pymysql
apres telechargement ou clone du projet
git clone https://github.com/seriadiallo/python_mysql_crud.git
pip install -r requirements.txt
python insert.py
python update.py
python select.py
python delete.py