Mastering MongoDB: A Guide to Commonly Used Commands
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
- cloudcomputing
- python
- ML
- GPT
- DevOps
- 클라우드
- 따라하기
- svelte
- 쉽게따라하기
- Docker 관리
- MongoDB
- Containerization
- docker
- typescript
- 한식
- svelte 따라해보기
- 따라해보기
- frontend
- EC2
- AWS
- ChartGPT
- nestjs
- AI
- Redis
- 티스토리
- ubuntu
- 실습
- 개발이야기
- 딥러닝
- lambda
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함