Sign inSign up

nedix/mermerd

By nedix

Updated about 1 month ago

Create Mermaid ERD diagrams from live databases.

Image
1

3.2K

nedix/mermerd repository overview

mermerd-container

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"

Tag summary

Content type

Image

Digest

sha256:43f8d4677

Size

16.7 MB

Last updated

about 1 month ago

docker pull nedix/mermerd