gpt4 book ai didi

node.js - Node : Knex postgres query doesn't trigger unless 'then' is appended

转载 作者:搜寻专家 更新时间:2023-10-31 23:59:21 29 4
gpt4 key购买 nike

我将 Node 与 postgresql 结合使用。我正在尝试对 bd 进行 knex 查询。

如果没有 then() 调用,为什么这个查询不起作用?

knex('test').insert(User1).then();

最佳答案

这是因为框架希望您履行 promise 或调用任何其他提供的 output interfaces

链接 promise 输出是结束查询构建步骤的一种更简洁的方法,请参阅这个小 example ,希望对您有所帮助。

关于node.js - Node : Knex postgres query doesn't trigger unless 'then' is appended,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41372165/

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