node.jsドライバーを使用してコレクションの名前を変更する方法は、rename
、renameCollection
ではありません :
db.collection("mycollection").rename("mynewcollection", function(err, newColl) {...});
node.jsドライバーを使用してコレクションの名前を変更する方法は、rename
、renameCollection
ではありません :
db.collection("mycollection").rename("mynewcollection", function(err, newColl) {...});