🖥 Python CRUD with MySQL database connection
Simples CRUD em Python usando uma conexão com banco de dados MySQL para gerenciar registros e guardar dados. Com funções de importar e exportar arquivos em .txt no modelo de separação por ponto e virgula (csv).
Andamento -> 100%
Python 3.8.0
Codificação: -∗- coding: utf-8 -∗-
en-US
Módulos Python
pip install pymysql
pip install csv
Simple CRUD in Python using a MySQL database connection to manage records and store data. With functions of importing and exporting .txt files in the semicolon separation model (csv).
Progress -> 100%
Python 3.8.0
Coding: -∗- coding: utf-8 -∗-
en-US
Python modules
pip install pymysql
pip install csv