We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用于将实际执行的 SQL 暴露出来
用法:
const db = new RDSClient({ host: 'your-rds-address.mysql.rds.aliyuncs.com', // ... logging: (sql) => { console.log('sql -->', sql); }, });
在这里调用一把 logging 传进来的方法: https://github.com/ali-sdk/ali-rds/blob/master/src/operator.ts#L82
@fengmk2 看看这样如何?可以的话我来实现一下
The text was updated successfully, but these errors were encountered:
可以,来吧。
Sorry, something went wrong.
#122
56dcfd4
rockdai
Successfully merging a pull request may close this issue.
用于将实际执行的 SQL 暴露出来
用法:
在这里调用一把 logging 传进来的方法:
https://github.com/ali-sdk/ali-rds/blob/master/src/operator.ts#L82
@fengmk2 看看这样如何?可以的话我来实现一下
The text was updated successfully, but these errors were encountered: