added little snippet to rebuild db from db_creation.sql
This commit is contained in:
parent
51114af853
commit
63c1a4a160
@ -7,6 +7,8 @@ import csv
|
||||
# The sql query used to popualate id in . /SQL_Queries/query.sql #
|
||||
#####################################################################
|
||||
|
||||
# sometimes you may need to build a new db file, here a little snippet for you
|
||||
# sqlite3 ./Assets/Dataset/Tmp/dataset.db < ./Scripts/DataCleaning/SQL_Queries/db_creation.sql
|
||||
|
||||
# --- Global configuration ---
|
||||
DB_NAME = "./Assets/Dataset/DatawareHouse/dataset.db"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user