Does anyone know where to find free database design templates? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T22:15:30Z http://stackoverflow.com/feeds/question/58174 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/58174/does-anyone-know-where-to-find-free-database-design-templates 3 Does anyone know where to find free database design templates? hal10001 2008-09-12T02:16:12Z 2008-09-12T02:26:15Z <p>I'm obviously not talking about a full solution, but just a good starting point for common applications for software architects. It could be for a CMS, e-commerce storefront, address book, etc. A UML diagram is not essential, but a table schema with data types in the least. Thanks!</p> http://stackoverflow.com/questions/58174/does-anyone-know-where-to-find-free-database-design-templates/58183#58183 3 Answer by Guy Starbuck for Does anyone know where to find free database design templates? Guy Starbuck 2008-09-12T02:22:27Z 2008-09-12T02:22:27Z <p>Check out the <a href="http://databaseanswers.org/data_models/" rel="nofollow">Library of Free Data Models</a> from DatabaseAnswers.org -- might be a good starting point. I can't vouch for the quality, but there is a lot here...</p> http://stackoverflow.com/questions/58174/does-anyone-know-where-to-find-free-database-design-templates/58186#58186 0 Answer by EdgarVerona for Does anyone know where to find free database design templates? EdgarVerona 2008-09-12T02:24:50Z 2008-09-12T02:24:50Z <p>Open source?</p> <p><a href="https://sourceforge.net/projects/dbuml#item3rd-1" rel="nofollow">DB-UML might work for you</a>.</p> <p>EDIT:</p> <p>Oh! The <a href="http://dev.mysql.com/workbench/" rel="nofollow">MySQL Workbench</a> is good. </p> http://stackoverflow.com/questions/58174/does-anyone-know-where-to-find-free-database-design-templates/58187#58187 0 Answer by Dan Blair for Does anyone know where to find free database design templates? Dan Blair 2008-09-12T02:26:15Z 2008-09-12T02:26:15Z <p><a href="http://www.dbis.informatik.uni-goettingen.de/Mondial/" rel="nofollow">The mondial database.</a> Is used for learning about DBMSs. If you need something quick and dirty to bang around.</p>