共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > sql-call-graph-generator |
sql-call-graph-generator
|
0 | 0 | 12 |
贡献者 | 讨论 | 代码提交 |
sql-call-graph-generator creates callgraphs for SQL stored routines.
This tool takes the code, finds which routines references what and then generates a Graphviz graph.
sql-call-graph-generator uses pydot and Graphviz for the generation of the graphs.
mysql-python is used for pulling the routines from the database.