Create database E-R diagram with D3js
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.
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.
The answers/resolutions are collected from stackoverflow, are licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0 .