TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Library of Database Schemas

48 pointsby michaelsalimover 2 years ago

6 comments

bob1029over 2 years ago
&lt;Fred Brooks quote here&gt;<p>I worry we are skipping over an important design step by outsourcing our schema.<p>What tables and columns are involved in a database is just as much the business owners concern as it is the developers concern. There aren&#x27;t a whole lot of situations where the developers can invent a fantasy schema that just happens to fit perfectly with everyone else&#x27;s understanding of the business. There are also seriously powerful, multi-spectral dragons lurking for those who think they can lock their nasty schema behind an API and throw away the key.<p>In my experience, things tend to go a lot more smoothly when non-technical stakeholders can look at a sample excel workbook demonstrating the schema and agree with its contents. Every nasty workaround I have ever had to deal with at scale could ultimately be boiled down to a bad database schema or model that was poorly designed relative to the problem domain. How you arrange your data is the most fundamental part of any software. This all gets back to information theory and hard math at a certain level. The <i>instructions</i> are just a means to an end.<p>All of that said, we usually have to start <i>somewhere</i> and having a library of schema samples to review can serve as a powerful kickstart in the right direction. Just make sure you aren&#x27;t inventing this in a vacuum relative to the business at hand.
throwthereover 2 years ago
Looks like this isn&#x27;t available yet.<p>Here&#x27;s a great free resource-- <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20160308080311&#x2F;http:&#x2F;&#x2F;www.databaseanswers.org&#x2F;data_models&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20160308080311&#x2F;http:&#x2F;&#x2F;www.databa...</a>
评论 #32736197 未加载
michaelsalimover 2 years ago
Hi all,<p>I&#x27;m currently building a library of database schema that developers can use to design database schema faster. <a href="https:&#x2F;&#x2F;www.dbschemalibrary.com" rel="nofollow">https:&#x2F;&#x2F;www.dbschemalibrary.com</a><p>I find myself spending days to design a database schema on every new project. The motivation behind this is that developers can use the library as reference or to copy paste from existing schemas. The hope is that those examples will lead to better design decisions in a shorter amount of time.<p>Would love to hear if this is something you&#x27;ll find useful. Thanks!
评论 #32725182 未加载
somehnguyover 2 years ago
I think you might get better reception once there is some actual content, because I think this is a fantastic idea. But right now it’s nothing more than a nice graphic and email collection form. Hope to see it again here soon.
评论 #32725382 未加载
monssoenover 2 years ago
Another great collection of database schemas can be found here: <a href="https:&#x2F;&#x2F;drawsql.app&#x2F;templates" rel="nofollow">https:&#x2F;&#x2F;drawsql.app&#x2F;templates</a>
Hackbratenover 2 years ago
Only marginally related but sometimes useful for modeling database schemas, too:<p><a href="https:&#x2F;&#x2F;schema.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;schema.org&#x2F;</a>
评论 #32728120 未加载