标签: mongodb
是否可以在mongo shell中需要一个库?我需要运行一些代码(更新我的文档),为此我需要一个特定的库。例如:
require("library") ...Some code MyTable.update()
我知道我可以在node.js中运行,所以我正在寻找mongo shell解决方案。