Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ERML Public
forked from obadakhalili/ERML

🔷 A set of tools for the SQL ecosystem to visualize ERD diagrams and Relational Models, and generate SQL schema code all from a single source

License

Notifications You must be signed in to change notification settings

sabriNoor/ERML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERML - Entity-Relationship Markup Language

ERML is a super easy-to-write DSL for representing conceptual data models via the Entity-Relationship modeling concepts.

You write ERML code (defined here) to represent your Entity-Relationship diagram, and the ERML Parser parses it into an AST, from there, an application can take the resulted AST and build all sorts of things with it, such as an ERD Visualizer.

For more detailed info on where the project is heading, check out the project's roadmap here.

About

🔷 A set of tools for the SQL ecosystem to visualize ERD diagrams and Relational Models, and generate SQL schema code all from a single source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • CSS 2.5%
  • Other 1.5%