I'm trying to build a graph that will represent DB relations so I would like each node to have a title with the table name and sub title which will represent the different keys of the table and on the edge a string with the relation such as:"each table1 may have many table2".
is it possible and if so how?
Thanks.
Here's how I did it: