You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't close connection right after opening it tried both db.server.close() and server.close()
var Mongolian = require("mongolian");
var server = new Mongolian;
var db = server.db("database");
var shops = db.collection("collection");
db.server.close();
server.close();