项目作者: mRybi

项目描述 :
Application thats generates database script from diagram
高级语言: HTML
项目地址: git://github.com/mRybi/sql-generator2.git
创建时间: 2019-01-12T17:00:33Z
项目社区:https://github.com/mRybi/sql-generator2

开源协议:

下载


sql-generator2

Application thats generates database script from diagram

Frontend react app allows to create entity relationship diagram of a database.
Backend service creates MSSQL nad MySQL scripts of provided ER diagram.

You can check how it works at: https://gen.sql-generator.pl/

How to use:

  1. Drag and drop Entities/Labels from left menu-bar to canvas
  2. Connect Entities via links (you can drag them out of an entity ports (left/right top squares))
  3. Double click Entity/Link to modify
  4. Check how relation diagram is transformed to logical (you may change few things)
  5. Generate SQL create script
  6. Save your diagram as file or image so you can show it to your teammates