1.2.3 • Published 3 years ago

erml v1.2.3

Weekly downloads
25
License
MIT
Repository
github
Last release
3 years ago

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" }`)
1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago