有用 datagrip 连接 mongodb 的吗,或者有什么其他免费的 mongodb 客户端
資深大佬 : zxCoder 6
用 datagrip 连接 mongodb
use admin show collections db.system.version.find({}) db.system.users.find({})
show collections 可以显示 system.version 和 system.users,但是后面 db.system.version.find({})执行报错
java.lang.Exception: TypeError: Cannot read property 'find' of undefined TypeError: Cannot read property 'find' of undefined at user_script:1:1 at ShellEvaluator.<anonymous> (all-standalone.js:86562:36) at step (all-standalone.js:86495: ...
咋办,有没有其他的免费的 mongodb 客户端呢?
大佬有話說 (4)