Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@erml/parser

obadakhalili12MIT1.0.0TypeScript support: included

Parser implementation of ERML

entity-relationship-diagram, parser, erml

readme

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.