mhitza / database-graphviz

为数据库生成 Graphviz 图形

1.4.1 2024-01-28 14:10 UTC

This package is auto-updated.

Last update: 2024-09-29 22:11:22 UTC


README

A simple command line tool that can generate a Graphviz graph based on your MySQL/MariaDB schema relationships

动机

I just needed a simple tool to dump a Graphviz graph for a database on a project I was working on. The existing doctrine extra bundle for symfony didn't register as a command, and I'd rather have a tool not dependant on any other integration for this simple task.

安装

Either add it as dev dependency to your project and execute it with ./vendor/bin/database-graphviz

$ composer require --dev mhitza/database-graphviz

Or download the packaged executable from the GitHub release tab.

使用

See the example page for some steps to get you started.