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
If a tree structure is an integral part of your application, consider using something else than a relational database. Maybe neo4j?