mhitza/database-graphviz

generate graphviz graphs for a database

Installs: 476

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/mhitza/database-graphviz

1.4.1 2024-01-28 14:10 UTC

This package is auto-updated.

Last update: 2025-10-10 12:02:45 UTC


README

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

Motivation

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.

Installation

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.

Usage

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