Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create database E-R diagram with D3js

Tags:

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.

like image 403
ajay Avatar asked Jan 17 '14 10:01

ajay


1 Answers

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.

like image 53
jason zhang Avatar answered Nov 04 '22 10:11

jason zhang