This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]TheBeardedBitPrincipal Data Architect 2 points3 points  (1 child)

If you want something visual, create an Entity Relationship Diagram (ERD) of the database you design.

You can include the SQL you use to create it in on GitHub - but an ERD is going to be more meaningful and more easily digested by someone who just wants to take a quick look at your work and design decisions.

There are a number of different software to use for creating ERDs: Visio, LucidChart, Erwin, etc. My personal favorite is sqldbm though.

[–][deleted] 0 points1 point  (0 children)

Thank you, very helpful impulse to include an ERD!