mongobooster是mongodb的客户端工具
1、配置数据库
file->connect..->from URL
2、数据查询
选中数据库名,右击-Open Shell->输入:db.数据库名.find({条件}); ->Run
调节数据展示形式:
shell查询数据命令例:db.userclue.find({"mobile":"18519132415"});
未完待续。。。
mongobooster是mongodb的客户端工具
1、配置数据库
file->connect..->from URL
2、数据查询
选中数据库名,右击-Open Shell->输入:db.数据库名.find({条件}); ->Run
调节数据展示形式:
shell查询数据命令例:db.userclue.find({"mobile":"18519132415"});
未完待续。。。