Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 349 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 349 Bytes

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)