项目作者: alpdias

项目描述 :
🖥 Python CRUD with MySQL database connection
高级语言: Python
项目地址: git://github.com/alpdias/crud-records.git
创建时间: 2019-11-13T19:08:29Z
项目社区:https://github.com/alpdias/crud-records

开源协议:GNU General Public License v3.0

下载


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.