Skip to content

mhitza/database-graphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database-graphviz

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.

About

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

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages