1
0

add postgresql_autodoc

This commit is contained in:
Michael Hoennig
2022-10-16 18:50:32 +02:00
parent 77ef126a7e
commit 7663825a30
2 changed files with 39 additions and 1 deletions

View File

@ -725,6 +725,17 @@ It can also be executed directly:
gw processSpring
```
### How to Generate Database Table Diagrams?
Some overview documentation about the database can be generated via [postgresql_autodoc](https://github.com/cbbrowne/autodoc").
To make it easier, the command line is included in the `.aliases`, just call:
```shell
postgres-autodoc
```
The output will list the generated files.
## Further Documentation