Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 635 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 635 Bytes

dbml-parser

dbml-parser is an attempt to create an agnostic standalone parser compatible with DBML - Database Markup Language .

This a pretty much a work in progress and not all feature of dbdiagram.io are supported --- yet ;)

After you read the instructutions you can play around with the sintax. Here

Installation

$ npm install --save nerdify/dsl-dbscheme

Use

Importing

import {parse} from 'dsl-dbscheme'

Now you can use the parse function to start parsing db schemas.

const result = parse(schema);