Does anyone know where to find free database design templates? - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T22:15:30Zhttp://stackoverflow.com/feeds/question/58174http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/58174/does-anyone-know-where-to-find-free-database-design-templates3Does anyone know where to find free database design templates?hal100012008-09-12T02:16:12Z2008-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#581833Answer by Guy Starbuck for Does anyone know where to find free database design templates?Guy Starbuck2008-09-12T02:22:27Z2008-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#581860Answer by EdgarVerona for Does anyone know where to find free database design templates?EdgarVerona2008-09-12T02:24:50Z2008-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#581870Answer by Dan Blair for Does anyone know where to find free database design templates?Dan Blair2008-09-12T02:26:15Z2008-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>