mongo query implementation in oatpp web framework

前端 未结 0 600
春和景丽
春和景丽 2021-01-07 01:15

I want to implement the following mongo query in oatpp

db.dashboard.aggregate([ {$sort:{blocks:-1}}, {$limit: 10} ]);

and I have the followin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题