
Commonly used MongoDB commands Database Management Create a database : use Show the current database : db Show all databases : show dbs Drop a database : db.dropDatabase() Collection Management Create a collection : db.createCollection("") Show all collections : show collections Drop a collection : db..drop() Document Management Insert a document : db..insertOne() or db..insertMany() Find docume..
Dev Story/MongoDB
2023. 3. 15. 14:07
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- AWS
- 딥러닝
- DevOps
- svelte
- cloudcomputing
- 실습
- 개발이야기
- ChartGPT
- typescript
- lambda
- svelte 따라해보기
- 클라우드
- 따라해보기
- 따라하기
- ML
- EC2
- AI
- ubuntu
- 티스토리
- frontend
- MongoDB
- nestjs
- Containerization
- 쉽게따라하기
- docker
- python
- Redis
- GPT
- 한식
- Docker 관리
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함