Programming
(Node.js) mongo db.close is not function
Bonita SY
2018. 11. 6. 14:55
728x90
만약 js파일에서 mongo db를 close 하는 도중에 이런 에러가 난다면
TypeError: client.close is not a function
MongoClient.close() / cursor.close()도 아닌
db.close()를 해보자!
728x90