rippinrobr / baseball-stats-db

Tools to help create and maintain databases based on the Baseball Databank Files
Apache License 2.0
10 stars 2 forks source link

Postgres and SQLite ready #5

Closed rippinrobr closed 6 years ago

rippinrobr commented 6 years ago

SQLite and PostgreSQL databases loaded and backups created MySQL support is in the code but there are 14 records in the PitchingPost.csv file that will not load due to the fact that those 14 lines are for pitchers with ERAs of Infinity. Postgres and SQLite both Support Inf in Floats but MySQL does not. I do not want to hack something specifically for MySQL in the core code.