honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
borkdude 2020-06-19T10:30:45.098900Z

How do I append something like returning collection_uuid, uri; to the generated query?

borkdude 2020-06-19T10:33:10.099200Z

for now I'll do it manually (yuck)

borkdude 2020-06-19T11:04:39.101Z

it seems honeysql-postgres helps here

borkdude 2020-06-19T11:07:14.101200Z

cool. also seems to work with babashka: https://github.com/borkdude/babashka/issues/490#issuecomment-646576590

kwrooijen 2020-06-19T11:23:57.101800Z

You could create your own helper for that

borkdude 2020-06-19T11:28:21.102Z

honeysql-postgres supports it

kwrooijen 2020-06-19T11:29:01.102200Z

oh haha

kwrooijen 2020-06-19T11:29:09.102400Z

Failed to check that for some reason

kwrooijen 2020-06-19T11:29:23.102600Z

I wrote a :create-index helper because honeysql-postgres doesn't support it