rubenmate / draw-entity-relation

A web application developed as my final project for the Computer Engineering Degree. It allows users to model entity-relationship diagrams and export them to SQL scripts after validation.
https://draw-entity-relation.vercel.app
0 stars 1 forks source link

Feature: Generate SQL script for the tables of the current diagram #31

Closed rubenmate closed 3 months ago

rubenmate commented 4 months ago

Background:

There should be a button that checks if the diagram is valid and generates a basic sql script for creating the tables.

Goal:

Implement a feature that checks if the graph is valid and generate the sql script.

Proposed Solution:

Notes

Dependent on #12