TOC for the output #1354
Unanswered
adrianboangiu
asked this question in
Q&A
Replies: 1 comment
-
@adrianboangiu Since each use case requires a different view, SchemaCrawler allows you to script exactly what you would like to see for schema output, using a language of your choice. Just like the default HTML and text outputs are built-in, SchemaCrawler also comes with Python scripts that can produce Mermaid, PlantUML or DBML output. You can use a templating language like Mustache or Freemarker, or a scripting language like Python or Ruby to create your own customized output. Take a look at Automatically Document Your Database in Markdown to get started towards creating your own TOC and HTML output. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a database of about 900 tables and about the same number of views. The html file size for this database (in standard info-level) is 15MB. Therefore, it is very difficult to "navigate" inside. I am aware about the possibility to filter the content but this option does not fit what I try to achieve with schemacrawler.
I wonder if there is any possibility to obtain a TOC (table of contents) section in case the output supports this kind of feature (html, pdf). I notice that the foreign keys descriptions implement links to the referred columns. So, I was thinking that a TOC section can contain links to all the tables in the output.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions