Django: How do I model a tree of heterogeneous data types?

后端 未结 4 871
刺人心
刺人心 2020-12-15 01:18

I need to store a tree data structure in my database, for which I plan on using django-treebeard or possibly django-mptt. My source of confusion is that each node could be

4条回答
  •  既然无缘
    2020-12-15 02:09

    If a tree structure is an integral part of your application, consider using something else than a relational database. Maybe neo4j?

提交回复
热议问题