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