Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Mapping #154

Open
jpasdesign opened this issue Aug 31, 2019 · 0 comments
Open

Database Mapping #154

jpasdesign opened this issue Aug 31, 2019 · 0 comments

Comments

@jpasdesign
Copy link

Hello,

I am trying to think through how to map a football (soccer) database with the following

  • Players - have their own attributes
  • Clubs - have their own attributes
  • Matches - have their own attributes

A player has a bunch of statistics that are derived from matches. Should the statistics for the player live under the player object or under the match object?

Thanks,
Jordan

Assignment: http://learn.rmotr.com/python/post-a-question/post-your/questions

User code:

# your code here (if any)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants