MongoDB第一課,shell命令下的增刪改查

查看所有數據庫列表 show dbs   使用數據庫、創建數據庫 use databasename   如果真的想把這個數據庫創建成功,那麼必須插入一個數據。 數據庫中不能直接插入數據,只能往集合(collections)中插入數據。不需要創建集合,只需要寫點語法: db.student.insert({「name」:」xiaoming」}); db.student  系統發現student是一個
相關文章
相關標籤/搜索