gpt4 book ai didi

javascript - Objection.js 中的异步 $formatDatabaseJson

转载 作者:行者123 更新时间:2023-12-03 01:14:41 25 4
gpt4 key购买 nike

我需要等待 $formatDatabaseJson 中的函数。我检查了文档( https://vincit.github.io/objection.js/#_s_formatdatabasejson ),似乎不可能。有什么办法可以手动完成吗?

class Person extends Model {
async $formatDatabaseJson(json) {
// Call the super class's implementation.
json = await super.$formatDatabaseJson(json)
// await function here
return json
}
}

最佳答案

$formatDatabaseJson 是同步的,不能用于调用异步代码。 $beforeInsert$beforeUpdate$afterGet Hook 是异步的,可以根据您的用例使用。

关于javascript - Objection.js 中的异步 $formatDatabaseJson,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52072217/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com