Made for SWEs who need to visualize their db-schema quickly. The user will enter their commands through an online ide in DBML language and the tables/relationships will appear accordingly. It's a simplied version of dbdiagram.io
Tech Stack / Notable Libraries
- React
- PostgreSQL & Sequelize
Notable Libraries
- GoJS (Diagram)
- react-ace (Code-editor)
- react-split-pane
DEMO VIDEO (NON-TECHNICAL)
Click the image to direct to video
MVP
- User is able to generate tables and relationships
- User is able to create and save new tables
- User is able to edit saved tables
Super simple ERD as the point of this project was to practice more non-db related stuff

