Database model supporting all features

I’m considering adding the Gantt control to our product, which utilizes Microsoft SQL Server on the backend. As far as I can tell from the examples, I’ll be utilizing most, if not all, of the various features available in the Gantt control.

My question is, does anyone have a SQL or relational model that they could share? I’m sure I could build it out, but if anyone has something that could help me get started in the right direction, I would appreciate it.

Thanks in advance!

Hello,
We have several articles related to backends and each article has a demo that you can download, install and run:
https://docs.dhtmlx.com/gantt/desktop__howtostart_guides.html
There is Gantt with PHP and MySQL tutorial, maybe that will help you to implement what you need:
https://docs.dhtmlx.com/gantt/desktop__howtostart_php.html

Oh I see. The ASP.Net demo is perfect for me. Thanks!