Skip to content

Converts DBML files to their graphviz representation in .dot format

License

Notifications You must be signed in to change notification settings

pavelzbornik/dbml2dot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbml2dot

Author: Antoine VIALLON

Usage

pip install git+https://github.com/aviallon/dbml2dot.git
python -m dbml2dot -h

Example

python -m dbml2dot -i schema.dbml -o schema.dot --type svg

This will output two files, one named schema.dot corresponding to the generated dot output, and a svg file corresponding to the graph generated by graphviz.

About

Converts DBML files to their graphviz representation in .dot format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.8%
  • Jupyter Notebook 17.6%
  • Shell 4.6%