ErikGartner / dTree

A library for visualizing data trees with multiple parents, such as family trees. Built on top of D3.
https://treehouse.gartner.io/ErikGartner/58e58be650453b6d49d7
MIT License
509 stars 135 forks source link

Has Anybody use sql to store and retrieve Tree data from database ? #143

Closed siddhesh-vartak98 closed 1 year ago

siddhesh-vartak98 commented 1 year ago

Any idea of Store and retrieve this tree structure in Microsoft Structured Query Language (sql) server. However I get manage to store data of each class as table, such as Root Table, Marriage Table, Spouse Table, Child Table, Extra Table. but problem occurred when I try to retrieve one root parent with Three children along with their wife(spouse), the last children wife(spouse) get attached to all children. I am using C# mvc code. Has anybody use database to store and retrieve family tree, Please response.