Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Attempt to create a opensource alternative to dbdiagram.io. Including DSL parser and Diagram Viewer

License

Notifications You must be signed in to change notification settings

codeby-global/db-schema-diagram

This branch is up to date with nerdify/db-schema-diagram:master.

Folders and files

NameName
Last commit message
Last commit date
May 13, 2020
Mar 17, 2020
May 20, 2020
May 12, 2020
May 12, 2020
May 12, 2020
May 12, 2020
May 12, 2020
Mar 17, 2020
May 12, 2020
May 12, 2020
May 10, 2020
May 19, 2020
May 12, 2020
Apr 20, 2020
May 12, 2020
May 12, 2020
May 12, 2020

Repository files navigation

DBScheme Parser [beta]

dbdiagram.io is an awesome tool, in nerdify we use it a lot. But sometime we wish to have a light open source alternative.

Goals

  1. Create a parser with fully sintax fully compatible con dbdiagram.io [check milestone #1]
  2. Develop a light component to render ER diagrams

Sintax

You can try a demo here: here

enum status {
  open
  closed
}

Table categories {
  id integer [primary key]
  name varchar
}

Table products {
  id integer [primary key]
  category_id integer
  name varchar
}

Ref: products.category_id > categories.id

Will result

Screenshot-20200519002039-972x516

About

Attempt to create a opensource alternative to dbdiagram.io. Including DSL parser and Diagram Viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 96.8%
  • JavaScript 3.0%
  • HTML 0.2%