emkay / pymapdb
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
4160057
commit 416005758bf9bf6ab5404049395f94de40f68d88
tree c52f51676f6a568563cae852ac27c2b0c647431c
parent 029e1afa4faa70aa55101fb6588c9e2bb394b461
tree c52f51676f6a568563cae852ac27c2b0c647431c
parent 029e1afa4faa70aa55101fb6588c9e2bb394b461
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.
Usage: mapdb.py [options]
Options:
-h, --help show this help message and exit
-u USER, --user=USER MySQL user name
-p, --password Require a password.
-d DATABASE, --database=DATABASE
MySQL database name
-f FILENAME, --file=FILENAME
Name of file to place compiled graphviz in.
-c PROGRAM, --program=PROGRAM
-g, --graphviz Compile down to graphviz and send to STDOUT
-n, --noimage Do not make an image. Implies that you meant to say -g
as well.
