TencentCloudBase / cloudbase-manager-node

The node cloudbase manager tool
ISC License
18 stars 5 forks source link

database.export 无作用 #32

Closed missannil closed 8 months ago

missannil commented 8 months ago

database .export( "category", { ObjectKey: path.resolve("./backups/category.json"), }, { } ) .then((res) => { console.log("备份数据库完成"); }); category.json为空

missannil commented 8 months ago

期待