参考手册
参考手册
实例 MongoDB 创建集合实例
源代码
运行代码
db.createCollection("posts")
db
.createCollection
(
"posts"
)
输出结果
{ ok: 1 } Atlas atlas-8iy36m-shard-0 [primary] blog>