Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 697 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 697 Bytes

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