mongoose.connect("mongodb://localhost:27017/myDB", { ... Note that the name of the database is “myDB”. ... var db = mongoose.connection; ...
確定! 回上一頁