Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

innovator-japan/docker-mysql-to-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

mysql-to-plantuml

Docker container to output PlantUML from MySQL using Database-to-PlantUML.

Supported tags

  • latest only

Usage

$ docker container run innovatorjapan/mysql-to-plantuml:latest [OPTIONS]

Popular usage

docker container run --rm --network="mysql" innovatorjapan/mysql-to-plantuml:latest -d "mysql:host=mysql_host:3306" -s test_db > test.uml

In this example, connect to the mysql network and resolve mysql_host. And output test_db schema to test.uml.

Options

Name, shorthand Default Description
--database-schema, -s Database name (required)
--database-dsn, -d "mysql:host=localhost" Database DSN (optional)
--database-user, -u "root" Database username (optional)
--database-password, -p "" Database password (optional)
--help, -h print help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published