thalia_elie
11/18/2020, 6:51 PMdouwe_maan
11/18/2020, 8:49 PMdatabase
is set to my_database.db
, tap-sqlite will look for a file with that name in the root of your project directory. If it doesn't exist, it will create the file for you and create new tables inside it named after the entities coming from the extractor. If the file already exists, it will use that existing database file and update the existing tables inside it.thalia_elie
11/18/2020, 8:58 PM