Svelte ERD
Svelte ERD is a "Entity Relationship Dialgram" tool build by Svelte.
You can design database tables and DDL file.
Glossary
Node
Node is a entiry. includes table information.
You can move by drag and drop. and 
Edge
Edge is a relationship. Connect column to coluumn on Nodes.
Side panel
Side panel is a easily edit your table information and some functions (e.g. save, load and create DDL file)
How to use
- Double click stage then a node will appere on stage.
 
- Double click the node then table infomation editor will appere.
 
- Edit the table and columns.
 
- Repeat for some nodes.
 
- Drag and drop left-side at a column to other node's right-side at a column.
 
- Click database icon button on side-panel to create DDL file.
 
Main UI