no.tsl2.nano.h5.2.5.1.source-code.create-sql-graphviz.cmd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.h5 Show documentation
Show all versions of tsl2.nano.h5 Show documentation
TSL2 Framework Html5 Extensions (WebServer, Html5Presentation, RuleCover, BeanConfigurator, LogicTable-Sheet, Expression-Descriptors for Actions, Rules, URLs, Queries)
mkdir -p doc/graph
curl https://raw.githubusercontent.com/rm-hull/sql_graphviz/master/sql_graphviz.py -o sql_graphviz.py
for i in $(ls -1 *.sql); do python3 sql_graphviz.py $i | tee doc/graph/$i.dot| dot -Tsvg > doc/graph/$i.svg; done;