sdb1228 / SoccerLCScrapers

Scrapers written in JS for Soccerlc
0 stars 0 forks source link

Upsert all the things in the DB functions #6

Closed JoelHough closed 7 years ago

JoelHough commented 7 years ago

Teams, fields, games. Set things that are null in the db like name a facilityId. Probably should be able to do something when there is a non-null conflicting value in the db. "Something" could be a logged warning or a notification.

JoelHough commented 7 years ago

Upserts are done. No conflict logging. See #27.