cds2mmd
Entity Relationship diagrams for SAP Cloud Application Programming Model.
How to install
Just copy the script cds2mmd.awk
to your bin
directory and make it executable by command: chmod +x cds2mmd.awk
.
How to use
Provide file names with the schema as arguments to this script and redirect output to file with extension .mermaid
.
For example:
cds2mmd.awk *.cds > schema.mermaid