How did you build your UI?

I am looking to build a similar UI for representing balance sheets.

Do you use HTML canvas to visualize the db tables? How do you get the drag and drop functionality?

Thanks for taking the time to respond!

Hi Jonathan,

Thank you for your question.

Under the hood, we visualize the diagrams using Konva.js. They offer several samples of drag-and-drop functionality here: HTML5 Canvas Drag and Drop Events | Konva - JavaScript 2d canvas library

Cheers.

1 Like

Oh awesome, I have been scowering the web for a library like this. Thanks for the response, and love the dbdiagram!