Generate ER diagram using schemacrawler for tables in DB2 #704
Unanswered
virajshetty7
asked this question in
Q&A
Replies: 2 comments 8 replies
-
Please take a look at the examples in https://github.com/schemacrawler/SchemaCrawler/tree/master/schemacrawler-examplecode/src/main/java/com/example |
Beta Was this translation helpful? Give feedback.
5 replies
-
@virajshetty7 - take a look at how to set an output writer for SchemaCrawler. Then set the output options in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to get the relationship between the tables in a particular schema, by generating ER diagram, How do I do that? I tried giving the tables' name in
.includeTables
method, but it didn't work. Would really appreciate the help hereHave given
.schemaaInfoLevel
tominimum()
Beta Was this translation helpful? Give feedback.
All reactions