Skip to content

nedix/mermerd-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 --rm -it --pull always --name mermerd \
    --net host \
    -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 3

  •  
  •  
  •