erralb / mermaid-js-erd-to-sql

Other
4 stars 0 forks source link

Mermaid JS ER Diagram to SQL converter

Mermaid is Javascript diagramming and charting tool.

This VSCode extension converts MermaidJS Entity Relationship markdown to SQL.

.md, .mermaid and .mmd files are currently supported.


Features

Usage

Open a valid Mermaid ER diagram file, search the command palette for "Mermaid ERD to SQL". The generated file will be in the same folder as the converted file.

If the basic SQL does not work with your DBMS, you can try the specific Postgres, MySQL or SQLite commands.


Documentation

See the Wiki on Github


Release Notes

See the Change log


Issues & Suggestions

Please feel free to open issues and suggest features or pull requests on Github


Recommended extensions

To edit and preview Mermaid mardown files, I personnaly use these extensions :


Enjoy!