Skip to content

Releases: rubenmate/draw-entity-relation

v1.1.0

04 Jul 08:35
9789033
Compare
Choose a tag to compare

What's Changed

  • feature: The diagram is persisted on refreshes and can be exported/imported in json format in #40
  • fix: sql generation fixes in #50

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - Initial Release

04 Jul 08:33
360eecc
Compare
Choose a tag to compare

Description

This is the first release of the Draw Entity-Relation App, a powerful tool for modeling entity-relationship diagrams and exporting them as SQL scripts. Built with React and leveraging the mxGraph library, this app provides an intuitive and interactive interface for visually designing and structuring databases.

Features

  • Interactive Diagram Modeling: Create and manipulate entity-relationship diagrams with a user-friendly drag-and-drop interface.
  • Entity and Attribute Management: Easily add entities, define attributes, and establish relationships.
  • SQL Export: Export validated diagrams to SQL scripts, ready for database implementation.