标签: mongodb scala reactivemongo
我在这里看到: [How can I create unique IDs for embedded documents in MongoDB?
在Ruby中,我可以这样做:
oid = BSON::ObjectId.new
我想知道,在ReactiveMongo中会有什么相同的东西。
谢谢。
答案 0 :(得分:0)
发现它......我们可以使用reactivemongo.bson.BSONObjectID.generate()