At the moment I'm destroying the entire database volume and reseeding the database whenever there is new song data to add. There should be a mechanism that produces a diff between whats in the song data table and in the JSON file, then update the rows as required.
At the moment I'm destroying the entire database volume and reseeding the database whenever there is new song data to add. There should be a mechanism that produces a diff between whats in the song data table and in the JSON file, then update the rows as required.