shell - MongoDB命令行下是否有格式化find()返回结果的方法
阿神
阿神 2017-04-21 10:56:18
0
3
645

使用 db.collection.find() 返回数据,每一条占一整行,一点格式都没有,好难阅读,不知道有没有方法格式化返回的值,比如每个key-value占一行这种的

阿神
阿神

闭关修行中......

reply all(3)
Peter_Zhu

db.collection.find().pretty();

迷茫

Add a once and for all method, execute the following code in the shell

echo "DBQuery.prototype._prettyShell = true" >> ~/.mongorc.js

This way you will be pretty() anytime and anywhere

迷茫

The method upstairs is good

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template