mpope9 / nba-sql

:basketball: An application to build an NBA database backed by MySQL, Postgres, or SQLite
Apache License 2.0
171 stars 20 forks source link

Auto-generate ER diagram. #7

Open mpope9 opened 3 years ago

mpope9 commented 3 years ago

I used dbvis to generate the current ER, and had to do some manual adjustment to make it readable. A simple github action that creates the schema then generates an ER that is readable would be a good addition.

mpope9 commented 3 years ago

https://github.com/mpope9/nba-sql/issues/8 should be completed first.

sscrewston commented 1 year ago

I use DBeaver which automatically generates an ERdiagram nba_sql db

mpope9 commented 1 year ago

Beautiful. I'll update the diagram in the repo today or tomorrow with this. Thank you.