Skip to content

WandyYing/csv2Sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

csv2Sqlite

csv 2 sqlite.

It is a small tool.

csv fileName will been DB Table Name.

you can edit dirPath and DBpath from init.py. and run init.py.

Example

    """example csv file:
        ID,Name,Age
        1,Wandy,12
        2,Ying,11"""
        
        DB.
        ID,Name,Age
        1,Wandy,12
        2,Ying,11

About

csv 2 sqlite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages