Wisser / Jailer

Database Subsetting and Relational Data Browsing Tool.

Home Page:https://wisser.github.io/Jailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Renderer - Fetch Database Comments

jacek0x opened this issue · comments

commented

Is your feature request related to a problem? Please describe.

This feature request is to add comments from the database to the HTML renderer documentation.

image

Database objects can have comments.

E.g., in Postgres a comment can be added to a table like so

COMMENT ON TABLE hedgehog.us_zip_codes IS 'Store ZIP Codes with the associated city and state.';

It would be useful to see these comments displayed within the HTML documentation.

Describe the solution you'd like

Database comments could be displayed like so in the documentation:

image

Implemented in release 12.8.1. Please have a look.

commented

Thanks for adding this.

I ended up using SchemaSpy for database documentation.

I currently don’t have time to test this feature.