var mongooes=require("mongoose"); mongooes.connect("mongodb://localhost/my_test",{useMongoClient:true}) mongooes.connection.once("open",function(){ co Read More
posted @ 2020-07-10 14:45 拎着红杯子的黄鸭子 Views(271) Comments(0) Diggs(0) Edit
分为数据库,集合,文档 1,切换数据库 use 数据库 2.查询数据集中的文档 db.数据集.find() 括号内部可以传参数 Read More
posted @ 2020-07-10 14:15 拎着红杯子的黄鸭子 Views(96) Comments(0) Diggs(0) Edit