Skip to content

nedix/mermerd-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

212 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Mermaid ERD diagrams from live databases.

Usage

1. Run the mermerd command-line utility

This example command connects to a MySQL server running on localhost port 3306. Replace root: with your username:password combination.

docker run \
    --name mermerd \
    --net host \
    --pull always \
    --rm \
    -i \
    -t \
    -v "${PWD}/storage/:/mnt/storage/" \
    mermerd \
    --runConfig "/etc/mermerd/config.yml" \
    --connectionString "mysql://root:@tcp(host.docker.internal:3306)/mysql"

About

Create Mermaid ERD diagrams from live databases.

Topics

Resources

License

Stars

Watchers

Forks

Contributors