当前位置:数据库 > mongodb >>

MongoDB命令行下格式化find()返回结果:pretty()

MongoDB命令行下格式化find()返回结果:pretty()
 
db.collection.find().pretty();
  www.zzzyk.com  
补充个一劳永逸的方法,在 shell 里执行下列代码
 
echo 
 
"DBQuery.prototype._prettyShell = true"
 
>>
 
~/.
mongorc
.
js
 
这样随时随地都是 pretty()了.
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,