Download the PHP package hywan/database-to-plantuml without Composer
On this page you can find all versions of the php package hywan/database-to-plantuml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hywan/database-to-plantuml
More information about hywan/database-to-plantuml
Files in hywan/database-to-plantuml
Package database-to-plantuml
Short Description Extract database table information into a PlantUML description.
License BSD-3-Clause
Homepage https://github.com/Hywan/Database-to-PlantUML
Informations about the package database-to-plantuml
Database to PlantUML
This utility renders a graphical 2D visualisation of a database.
Currently, the only supported frontends are PostgreSQL and
MySQL. There are 2 backends: commonmark
and plantuml
. The
plantuml
backend allows to generate visualisations into the
following formats:
- PNG,
- SVG,
- EPS,
- PDF,
- VDX,
- XMI,
- HTML,
- TXT,
- UTXT,
- LaTeX.
Installation
With Composer, simply run the following command:
If you would like to use it as a dependency of your project, then:
To use the plantuml
backend, you can use the JAR in resource/plantuml.jar
.
Examples with…
… PostgreSQL
Taking as an example the famous employees
use case:
… MySQL
With the same employees
use case:
Note: Outputs differ because the employees
examples are not exactly
the same. They are here to illustrate the tool only.
License
BSD-3-License, but seriously, do what ever you want!
All versions of database-to-plantuml with dependencies
hoa/console Version ~3.0
hoa/database Version ~0.17
hoa/router Version ~3.0
hoa/visitor Version ~2.0