nba-sql icon indicating copy to clipboard operation
nba-sql copied to clipboard

:basketball: An application to build an NBA database backed by MySQL, Postgres, or SQLite

Results 24 nba-sql issues
Sort by recently updated
recently updated
newest added

This issue resolved skipping tables: https://github.com/mpope9/nba-sql/issues/5 Now, we should consider having a feature to skip a deps. So if we say `--skip-tables game`, this should ideally skip `player_game_log`, and other...

enhancement
good first issue

We have the model definition, but no requester object yet.

enhancement
good first issue

`play_by_play` has a `event_msg_action_type` field. These map to the `event_msg_type`. Understanding what these mean and adding them to a const table will greatly increase the queriability of the `play_by_play` table,...

A test suite on a single season would be a useful addition. By nature it will take a long time to setup. This can also test if our current rate...

enhancement
good first issue