Create database E-R diagram with D3js

匿名 (未验证) 提交于 2019-12-03 02:59:02

问题:

I need to create an E-R diagram for a database schema using D3js. Any examples, suggestions?
Thanks in advance.

[EDIT] In case there is a library / utility (open source) that is more suitable for this, please so suggest.

回答1:

checkout jointjs http://jointjs.com/demos/erd. I made a ER diagram with it.

Also checkout https://github.com/cpettitt/dagre. You can draw directed or undirected graph using it.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!