mtslzr / srapi

Sports Reference API
MIT License
0 stars 0 forks source link

Replace Sqlite with JSON config file #46

Open mtslzr opened 5 years ago

mtslzr commented 5 years ago

We are currently using SQLite to manage URLs for specific sports. This could probably be done cleaner (and more efficiently) using a JSON config. Need to do discovery.

mtslzr commented 5 years ago

Bumping this way up, since we need to add additional fields for #43, and it'll be easier than continuing to expand (especially when we get multiple sports) the database.