CRUD1 [MongoDB] 기본 CRUD 방법과 예시 데이터베이스 전환 > use test;현재 데이터베이스에 만들어진 db의 목록 > show dbs;컬렉션 조회 > show collections;mongodb에서 간단한 자바스크립트 명령어 실행 > var a = {age: 25}; > var n = {name: 'Ed', lang: ['c','ruby','js']}; > for(i=0; i db.scores.save({a:99}); db.scores.insertOne({a:99}); < { acknowledged: true, < insertedId: ObjectId("61fc8b4680b436f.. 2022. 2. 4. 이전 1 다음