Skip to content
/ dbviz Public

Create automatic schemes for databases, fixtures, configurations, etc.

Notifications You must be signed in to change notification settings

gdarquie/dbviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to DBviz documentation page

Install project

The project is a Symfony 4 project. It uses no database.

git clone https://github.com/gdarquie/dbviz.git

Cd in the project

composer install

Launch the server

php bin/console server:run

Voilà!

Generate viz

Install Graphviz

sudo apt-get install graphviz     

Build png

dot -Tpng export/viz.dot -o export/viz.png

About the project

DB Viz is a tool for generating DOT language for creating scheme with .yaml files configuration.

Graphviz

http://www.graphviz.org/documentation/

About

Create automatic schemes for databases, fixtures, configurations, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages