Install Huzzler App

Install our app for a better experience and quick access to Huzzler.

Back
Aaron
@dev_kst_aaron 5 days ago

ORM Syntax Generator

Hello everyone, this is my first post here!


I am a fullstack developer and after working or multiple projects on the backend primarily with nestjs and using type orm, I find my self re-writing entity files just to declare database columns and structures. So, I made a tool just for myself to generate ORM codes based on my ERD.


The wiring canvas and the code editor are both interactive. So, I thought this tool my be helpful for backend developers similar to me and would like some validations and feedback before committing time and resources into this!


The attached screenshot is just a sneak peak into my tool to give a general idea. All feedbacks are welcome and appreciated!


TLDR; made a tool to generate orm syntax based on ERD

/
/

Comments

Login to post a comment.

Athos Mina
@RoseSkullIXIV
5 days ago
Sooo can i create the tables and i will have the code for the entities and vice versa? Cause if so its really good… also does it create relationships between the tables ??
0

Login to post a comment.

Aaron
@dev_kst_aaron
4 days ago
Yes thats correct! Supports one to many, and table joins as well. Editing either side of the interface (the nodes or the code panel) will instantly reflect the changes.
1

Login to post a comment.

Athos Mina
@RoseSkullIXIV
4 days ago
Thats great !!
1

Login to post a comment.

Aaron
@dev_kst_aaron
4 days ago
Thank you!
1

Login to post a comment.

Vincent
I don't use type ORM but it looks really handy. Well made and clean interface
1

Login to post a comment.

Aaron
@dev_kst_aaron
5 days ago
Thank you! And yes, I plan to add more ORMs and syntax support. May i know what ORM / syntax do you normally use in your projects?
0

Login to post a comment.