일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- nodejs
- react native
- bottom tabs
- Stack
- bottom tabBar
- redux/toolkit
- useCallback
- 리액트 쿼리
- 포트폴리오 사이트
- MonGo
- useRef
- 에뮬레이터 스킨
- rembg
- useMemo
- ReactQuery
- useEffect
- gitpages
- oh-my-zsh
- Hook 함수
- reactnative
- useState
- listeners
- iTerm2
- 리액트네이티브
- mongoDB
- react
- 갤럭시 스킨
- Drawer
- 이미지 배경 지우기
- tabBarStyle
- Today
- Total
목록MonGo (2)
프론트엔드 개발자의 개발 놀이터
데이터베이스 확인 > show dbs; admin 0.000GB config 0.000GB local 0.000GB 데이터베이스 생성 > use 데이터베이스명; switched to db admin - 데이터베이스가 없으면 생성 후 선택, 있으면 선택 - 데이터베이스에 자료가 없을 경우 show dbs에 나타나지 않음 데이터베이스 삭제 > db.dropDatabase(); 컬렉션 생성 > db.createCollection('컬렉션명'); 컬렉션 확인 > show collections; 컬렉션 삭제 > db.컬렉션명.drop(); Document 추가 > db.컬렉션명.insert({키1:값1, 키2:값2, ...}); ex) db.member.insert({"userid": "apple", "userp..
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/ Install MongoDB Community Edition on macOS — MongoDB Manual Docs Home → MongoDB Manual MongoDB AtlasMongoDB Atlas is a hosted MongoDB service option in the cloud which requires no installation overhead and offers a free tier to get started.Use this tutorial to install MongoDB 7.0 Community Edition on macOS using www.mongodb.co..