clojure – 你如何让Korma输出它将执行的SQL?

前端之家收集整理的这篇文章主要介绍了clojure – 你如何让Korma输出它将执行的SQL?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试让Korma输出它将执行的sql,这样我就可以调试我遇到的问题,但是文档对于如何使用as-sql函数非常简洁.谁能给我一个如何让Korma为INSERT查询输出SQL的例子?

解决方法

来自: http://sqlkorma.com/api/0.3.0/korma.core.html
dry-run
(dry-run & body)
Wrap around a set of queries to print to the console all sql that would 
be run and return dummy values instead of executing them.
原文链接:https://www.f2er.com/mssql/78885.html

猜你在找的MsSQL相关文章