mongous 好像不支持 用 _id 查询,_id 是objectId 类型的,mongous虽然内置了bson,但是并没有提供 bson/objectid 的调用接口。
好吧我用 mongodb 中提供的接口调用到了 objectid,并且用 new ObjectId(id) 生成了可以供查询的对象,但是仍然报错,
attempt to write beyond buffer bounds
看了下 mongous 的issues https://github.com/amark/mongous/issues/12 好像作者也无意支持。
请问各位大神,是我不会用,还是真的是不支持? 求解~~