gpt4 book ai didi

mysql - 在promise-mysql中记录SQL执行的查询

转载 作者:行者123 更新时间:2023-11-29 19:41:29 25 4
gpt4 key购买 nike

mysql 中所定义

var post  = {id: 1, title: 'Hello MySQL'};
var query = connection.query('INSERT INTO posts SET ?', post, function(err, result) {
// Neat!
});
console.log(query.sql); // INSERT INTO posts SET `id` = 1, `title` = 'Hello MySQL'

我们可以在日志中看到执行的查询请建议如何在promise-mysql中记录执行的查询

谢谢

最佳答案

此问题与 GITHUB issue 有关

来自 Github:

I'm not sure if this is helpful but you can set debug: ['ComQueryPacket', 'RowDataPacket'] when you create the connection to debug all queries.

希望这有帮助。

关于mysql - 在promise-mysql中记录SQL执行的查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41331958/

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