honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
bertofer 2018-10-10T10:04:28.000100Z

Hi, is there any way to sql/format the query inlining everything? Without having to modify the query itself, I just want to test them in another sql client doing copy/paste

seancorfield 2018-10-10T15:39:54.000100Z

@bertofer There is not. Might be an interesting option -- but it definitely has challenges (since it would have to be able to render arbitrary Clojure data as SQL-compatible strings, which is not something the library does at all today).

bertofer 2018-10-10T15:40:48.000100Z

Ok thanks for the answer @seancorfield