Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERML Roadmap #4

Open
obadakhalili opened this issue Jun 16, 2021 · 0 comments
Open

ERML Roadmap #4

obadakhalili opened this issue Jun 16, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@obadakhalili
Copy link
Owner

obadakhalili commented Jun 16, 2021

Note: It's recommended that you read the about section of the ERML docs to better understand this roadmap.

This issue addresses the feature of ERML. It's divided into multiple sections:

Parser

Necessary to build the ecosystem, and already written. Feature updates will be driven by other project parts' needs.

Visualizer

A place similar to dbdiagram for DBML, but it visualizes ERML instead. It should contain an advanced workspace, and a sufficient profiling system for users to login, save snippets, share them, and more.

Compiler from, and to DBML

A compiler from ERML to DBML, and vice versa. Still not being worked on yet.


  • With the help of the visualizer, users can visualize their ERD's by writing a well-designed and easy language (ERML), saving them the frustration of having to drag and drop things around, and making sure they look good using apps like https://draw.io/.
  • With the aid of the ERML-to-DBML compiler, users can transform the previously written ERML code into DBML code, then insert it into https://dbdiagram.io/ to visualize the relational model of the ERD. Which means they won't have to transform the ERD into RM anymore.
  • Through the DBML-to-SQL compiler, users can transform the DBML code generated from the previous step into SQL code, and plug it into their DBMS of choice to create their database schema.

The Result: Using this project, and an ORM (like TypeORM), users will (most likely) never have to write SQL anymore.

@obadakhalili obadakhalili pinned this issue Jun 16, 2021
@obadakhalili obadakhalili added the documentation Improvements or additions to documentation label Oct 17, 2021
@obadakhalili obadakhalili self-assigned this Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant