Skip to content

The very first release

Latest
Compare
Choose a tag to compare
@rabestro rabestro released this 04 Feb 18:50
· 17 commits to main since this release
71edea8

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