Guest User

Untitled

a guest
Nov 14th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. let MongoClient = require('mongodb').MongoClient.connect("mongodb://localhost:27017/mydb", { useNewUrlParser: true } ),
  2.  
  3. (async () =>{
  4. let client;
  5. try {
  6. client = await MongoClient;
  7. ...
Add Comment
Please, Sign In to add comment