Got a better example of this working see github.com/Software-Developers-IRL....
To run on windows cmd.exe:
docker run ^ -v "%cd%":/home/schcrwlr/share ^ --name schemacrawler ^ --rm -i -t ^ --entrypoint="/bin/bash" ^ schemacrawler/schemacrawler
run mermaid script, need to have the mermaid.py and sqlite file in the same directory where you launched
schemacrawler \ --server=sqlite --database=./share/chinook-database-2.0.1.sqlite \ --info-level=maximum \ --command script \ --script-language python \ --script ./share/mermaid.py > ./share/output.md
Package now released. You can generate sql DDLs from markdown mermaid erDiagram. See npmjs.com/package/@funktechno/litt....
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Got a better example of this working see github.com/Software-Developers-IRL....
To run on windows cmd.exe:
run mermaid script, need to have the mermaid.py and sqlite file in the same directory where you launched
Package now released. You can generate sql DDLs from markdown mermaid erDiagram.
See npmjs.com/package/@funktechno/litt....