k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.32k stars 164 forks source link

Refer viewpoints from tables #526

Closed majimaccho closed 8 months ago

majimaccho commented 8 months ago

Hi. I'm currently writing viewpoints for most tables with tbls. It is working great to describe the data structure.

Now I'm getting to want each table of markdown to have reference to viewpoints Then, we can tell how each table was created and aggregated in context of multiple tables.

Indexes

...

Viewpoints

Name Definition
(name of the viewpoint) (description of the viewpoint)

Relations

...

k1LoW commented 8 months ago

@macoto1995 Nice idea!!!! LGTM!