Skip to content

🖥 Python CRUD with MySQL database connection

License

Notifications You must be signed in to change notification settings

alpdias/crud-records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Python

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

  • Observação: As funções de exportar e importar arquivos .txt foram criadas dentro do ambiente Windows, possivelmente ocorrerá erros ao executar essas funções em outros sistemas.

CRUD Python

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

  • Note: The functions for exporting and importing .txt files were created within the Windows environment, errors may occur when executing these functions on other systems.