adriens / schemacrawler-plugin-neo4j

A plugin to dump database schemas into neo4j graph database (to draw and query it)
http://adriens.github.io/schemacrawler-plugin-neo4j/
GNU General Public License v2.0
7 stars 5 forks source link

Create diagram with just tables and relationships, not displaying any columns. #10

Closed adriens closed 6 years ago

adriens commented 6 years ago

As requested on https://github.com/sualeh/SchemaCrawler/issues/141

create diagram with just tables and relationships, not displaying any columns.

adriens commented 6 years ago

take a look at CYPHER_QUERIES.md on top of the project, at the end you get the following graph :

relations-between-tables-2

schemacrawler commented 6 years ago

Awesome! Thanks!