-
I add virtual objects to the databases in my SQL Server projects: PK, UK, FK (via virtual indices), virtual references between entities and between columns for a data lineage. This applies especially to views, which do not have such a thing "in real". The graphical representation of real objects together with virtual objects is then always a challenge. Would it be possible to use SchemaCrawler for this? The "discussions" here are very empty. Is this the right place to ask such questions, or are there better places? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@aisbergde Germo, this is a good place to have discussions. Are you using SchemaCrawler programatically? If yes, then you can can add attributes to any object using the |
Beta Was this translation helpful? Give feedback.
-
@aisbergde - Please use SchemaCrawler v16.14.1, and see Extensions with Catalog Attributes for information on how to add column references. |
Beta Was this translation helpful? Give feedback.
@aisbergde Germo, this is a good place to have discussions. Are you using SchemaCrawler programatically? If yes, then you can can add attributes to any object using the
setAttribute
method. You can programatically retrieve this information, and use it to generate diagrams. Please take a look at how to use a Python script to generate diagrams in How to Generate dbdiagram.io Diagrams for Your Database.