MongoDB mongosh
创建集合
使用 mongosh
创建集合
创建集合有两种方法。
方法 1
您可以使用 createCollection()
数据库方法创建集合。
方法 2
您也可以在 insert
过程中创建集合。
如果 "posts" 集合不存在,这将创建它。
请记住:在 MongoDB 中,只有在集合获得内容后才会真正创建它!
mongosh
创建集合mongosh
创建集合创建集合有两种方法。
您可以使用 createCollection()
数据库方法创建集合。
您也可以在 insert
过程中创建集合。
如果 "posts" 集合不存在,这将创建它。
请记住:在 MongoDB 中,只有在集合获得内容后才会真正创建它!
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]