I found their github page, maybe that will do for now: <a href="https://github.com/fatiherikli/dbpatterns" rel="nofollow">https://github.com/fatiherikli/dbpatterns</a>
It seems like this is missing the ability to specify queries that you might want to perform on top of the model. It would be very helpful if the intent is to learn.<p>For example in this pattern here:
<a href="http://dbpatterns.com/documents/507c943589cbad13b228926a/" rel="nofollow">http://dbpatterns.com/documents/507c943589cbad13b228926a/</a><p>It would be nice if the author could specify what the query for "Does user with ID X have permission with ID Y"
A distributed, transactional graph database like Titan (<a href="http://thinkaurelius.github.com/titan/" rel="nofollow">http://thinkaurelius.github.com/titan/</a>) would be a more natural fit for modeling a social graph.<p>See <a href="http://thinkaurelius.com/2012/08/06/titan-provides-real-time-big-graph-data/" rel="nofollow">http://thinkaurelius.com/2012/08/06/titan-provides-real-time...</a>
since most of the target crowd probably uses orm/frameworks one way or the other, it would be nice if there were some 'export' options for that (django orm, sqlalchemy, rails orm, etc.).