This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
pymapdb /
README
A simple MySQL DB mapping application. Feed it a MySQL InnoDB database and it will produce a graph and/or Graphviz code. This application depends on graphviz being installed as well as pygraphviz and MySQLdb. To install everything you need to get up and running on Debian installations run: sudo apt-get install graphviz python-pygraphviz python-mysqldb If you need further instructions pygraphviz can be found at http://networkx.lanl.gov/pygraphviz/download.html and Graphviz at http://www.graphviz.org/. The node shape option defaults to box, but can take any shapes listed here: http://www.graphviz.org/doc/info/shapes.html.








