Storing folder hierarchy in relational database

前端 未结 4 1175
执笔经年
执笔经年 2021-01-13 02:15

I have objects representing folders and I\'m wondering if they should be represented in the database.

On the one hand it seems like the easiest way would be to not r

4条回答
  •  感情败类
    2021-01-13 02:54

    SQL Server has a hierarchyid data type that has support for hierarchical structures. Works only in the full version, mind you.

提交回复
热议问题