Skip to content

L0rdCha0s/mermaid-schema-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schema Canvas

React-based Mermaid diagram viewer designed around database schema review.

What it includes

  • Live Mermaid rendering with a layout tuned for erDiagram workflows
  • Local file-open workflow for .mmd, .mermaid, .md, and .txt Mermaid sources
  • Inline relationship legend, schema stats, and SVG export
  • Responsive three-panel workspace built with React and Vite

Run it

npm install
npm run dev

Build for production:

npm run build

Notes

  • The preview is optimized for Mermaid ER syntax, but it will still attempt to render other Mermaid diagram types.
  • Files are opened in the browser and kept editable in the source panel. Changes are not written back to disk.
  • SVG export downloads the current rendered diagram from the preview stage.

About

A schema navigator for Mermaid-file based database schemas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors