Study/NodeJS

[Node.js] Mongo DB 사용

Hoon's Blog 2020. 2. 11. 17:40

(작성중)

 

1. 기본적인 MongoDB 연결과 확인

https://hoonjo.tistory.com/20

 

[Node.js] 기본적인 MongoDB 연결과 확인

1. MongoDB 설치 : https://hoonjo.tistory.com/21 [MongoDB] MongoDB 설치 1. MongoDB? 요약. # MongoDB는 대용량 데이터를 처리하기에 적합한 NoSQL DB이다. 더보기 NoSQL? No SQL, Not Only SQL, Non-Relationa..

hoonjo.tistory.com


2. MongoDB 사용

 

위 (1)의 내용은 기본적인 MongoDB 연결과 입력한 데이터에 대한 확인임.

 

아래 설명할 내용은 Insert, Find, Update, Delete에 대한 보다 상세한 내용임.

 

(작성중입니다)