实例 MongoDB 创建集合实例

 
db.createCollection("posts")              
                    

输出结果

{ ok: 1 }
Atlas atlas-8iy36m-shard-0 [primary] blog>