TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A JavaScript Tool for Database Diagramming

75 点作者 rms_returns将近 9 年前

10 条评论

avmich将近 9 年前
Another pretty good tool e.g. for fast prototyping: <a href="https:&#x2F;&#x2F;github.com&#x2F;ondras&#x2F;wwwsqldesigner" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ondras&#x2F;wwwsqldesigner</a>
yAnonymous将近 9 年前
I like it, thanks. One thing: When two tables are right next to each other, there&#x27;s no need for the relation links to curve. Generally, rectangular links are easier to follow.
评论 #11907804 未加载
curun1r将近 9 年前
Disclaimer: I don&#x27;t want to minimize your achievement or be overly critical of the tool you&#x27;ve built. I&#x27;ve used a lot of relational database modeling tools in the past and what you&#x27;ve built looks perfectly capable for the job. But I clicked on your link hoping for something very different and didn&#x27;t find it. So hopefully others can point me in the right direction if what I am looking for exists.<p>The crux of my disappointment stems from you having left out a word in the description of your tool. It&#x27;s a <i>Relational</i> Database Diagramming tool...the Relational aspect of it making it significantly less useful for me. I&#x27;ve worked with Relational databases for close to 30 years and I find that I&#x27;m able to design schemas in my head without the need for a tool. On occasion, a tool that&#x27;s able to reverse engineer a visualization of the model from the schema can be useful in quickly coming up to speed on an existing schema, but even that isn&#x27;t essential.<p>Where I think tools would really help me is in designing for non-relational databases. It&#x27;s a harder problem, since those databases are often schemaless, but that would make a design tool all the more useful, since those designs could act as documentation that&#x27;s often unnecessary in the relational world where the schema is readily available.<p>So can anyone point me towards a visual design tool for non-relational databases, document, kv or otherwise?
评论 #11907795 未加载
评论 #11908582 未加载
评论 #11907699 未加载
评论 #11908124 未加载
评论 #11907437 未加载
systemtrigger将近 9 年前
Impressive. By chance have you looked at jsPlumb? If so what, if any, pain points did you encounter? <a href="http:&#x2F;&#x2F;jsplumbtoolkit.com" rel="nofollow">http:&#x2F;&#x2F;jsplumbtoolkit.com</a>
评论 #11909087 未加载
评论 #11909359 未加载
gholevas将近 9 年前
This is a similar tool I authored, however, tied to Mongoose&#x2F;mongodb <a href="http:&#x2F;&#x2F;mongomulch.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;mongomulch.com&#x2F;</a>
评论 #11909273 未加载
romanovcode将近 9 年前
It&#x27;s nice but I like tools that actually take the database and then design the layout e.g. Entity Framework Power Tools.
threepipeproblm将近 9 年前
Nice work. On your github page this caught my eye...<p>&quot;Governance: Meritocracy&quot;<p>So, who does Merit-determinance?
projectramo将近 9 年前
I really liked this tool, and it&#x27;s what I used to quickly knock out the data structures for my flask app.<p>Is there an alternative for django or flask?<p>p.s. I found the ability to save and reload old schemas was buggy (or i couldn&#x27;t get it to work).
amelius将近 9 年前
Hi, this looks nice, but could you make the examples somewhat more realistic? I really wonder what this looks like with, say, 50 entities, all interconnected.
评论 #11908016 未加载
badgeek将近 9 年前
Hi check this out similar tools but tied to laravel now... <a href="https:&#x2F;&#x2F;github.com&#x2F;BioDesignRealWorld&#x2F;LaravelDatabaseDesigner" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BioDesignRealWorld&#x2F;LaravelDatabaseDesigne...</a><p>Ps, im the author
评论 #11907812 未加载
评论 #11907100 未加载