标签: mongodb mongodb-query
从图像中可以看出,我的数据库和我的集合都存在。我为什么会收到参考错误?
答案 0 :(得分:1)
在shell中,db是您的数据库实例scene_db。只需像这样使用它:
db
scene_db
db.scene_collection.insert({'key': 'value'})