This package has been deprecated

Author message:

This package has been deprecated in favor off @erml/parser

erml
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

ERML - Entity-Relationship Markup Language

ERML is a super easy-to-write DSL that represents conceptual data models using the Entity-Relationship modeling concepts. What does that gibberish mean? read the docs

Installation and Usage

You can install the ERML parser from NPM or yarn via the commands

npm install erml # From NPM
yarn add erml # From yarn

After that all you have to do is to execute the parser function exported by the library

const ERMLParser = require("erml")
const ast = ERMLParser(`ENTITY Example_entity { SIMPLE "attribute_name" }`)

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i erml

    Weekly Downloads

    4

    Version

    1.2.3

    License

    MIT

    Unpacked Size

    27.5 kB

    Total Files

    13

    Last publish

    Collaborators

    • obadakhalili