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

Open source implementation of custom DSL compatible with dbdiagram.io

Notifications You must be signed in to change notification settings

nerdify/dbml-parser

Repository files navigation

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);

About

Open source implementation of custom DSL compatible with dbdiagram.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published