我有一个关于我的问题的案例,我使用mongodb作为数据库,我混淆了如何用二进制树在mongodb中插入或更新,例如:
parentid : 54
tittle : xxx
children : parentid : 5
title : bbbb
children : parentid : 44
title : yyyy
``
its a dynamic tree, and for example i want to finf parentid with id 44 and update or insert it... thank you