Skip to content

iamarora/csv_upload_sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple command line app to upload to sqlite

  • Please follow the format in the sample_load.csv. Csv with header name, age.
  • Usage is as below

./create_db.py #(Will create db and table called person)

./load_csv.py sample_load.csv #(Will load data from sample file to the table)

./view_latest_data.py #(Will return the latest 10 rows)

About

CSV upload to sqllite db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages