Skip to content

Basanta78/csvtomysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code style: black

CSV TO MYSQL

This package help to import csv file and push data to MYSQL

Requirement

Install python-mysql which can be installed from: https://dev.mysql.com/doc/connector-python/en/ For debian and ubuntu user:

sudo apt install python-mysql

Setup mysqldb configuration

inside /db/configure.py

configure = {
  'user': <username>
  'password': <password>
  'database': <database_name>
  }

Releases

No releases published

Packages

No packages published

Languages