Skip to content

Investigate generating Mermaid ER diagrams from database schema #115

@rikedyp

Description

@rikedyp

We want ER diagrams that stay in sync with the schema rather than hand-maintained. Investigate whether diagrams can be generated directly from the running MariaDB instance or .sql files.

  • Evaluate mermerd. Connect to the dev database and assess output quality (table coverage, foreign key rendering, readability)
  • Identify alternatives (e.g. schemacrawlertblsmysql-to-mermaid, or a custom SQL query against information_schema)
  • Assess whether the chosen tool can run in CI to keep diagrams up to date

We want to balance the benefit of viewable schema to lead to simplification and stability vs the cost of additional dependencies.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions