作者:手机用户2502916591 | 来源:互联网 | 2024-10-16 10:42
用 datagrip 连接 mongodb
1 2 3 4
| use admin
show collections
db.system.version.find({})
db.system.users.find({}) |
show collections 可以显示 system.version 和 system.users,但是后面 db.system.version.find({})执行报错
1
| java.lang.Exception: TypeError: Cannot read property 'find' of undefined TypeError: Cannot read property 'find' of undefined at user_script:1:1 at ShellEvaluator. (all-standalone.js:86562:36) at step (all-standalone.js:86495: ... |
咋办,有没有其他的免费的 mongodb 客户端呢?
只能查询 编辑功能都没有吧